Html Css Color HEX #1A23BC Persian Blue

📋 copy color: '#1A23BC'

red 26 ◦ green 35 ◦ blue 188

#1A23BC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Blue #1A23BC

Tints of Persian Blue #1A23BC

RGB

 RED value IS 26 (10.55% from 255) = 10.44%

 GREEN value IS 35 (14.06% from 255) = 14.06%

 BLUE value IS 188 (73.83% from 255) = 75.5%

R = 10.44%
G = 14.06%
B = 75.5%

CMYK

 C value IS 0.86

 M value IS 0.81

 Y value IS 0

 K value IS 0.26

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#1A23BC (or 0x1A23BC) is known color: Persian Blue. HEX triplet: 1A, 23 and BC. RGB value is (26,35,188). Sum of RGB (Red+Green+Blue) = 26+35+188=249 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.44% from 249); Green value is 35 (14.06% from 255 or 14.06% from 249); Blue value is 188 (73.83% from 255 or 75.50% from 249); Max value from RGB is 188 - color contains mainly: blue. Hex color #1A23BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1A23BC is #E5DC43. Grayscale: #313131. Windows color (decimal): -15064132 or 12329754. OLE color: 12329754.

HSL color Cylindrical-coordinate representation of color #1A23BC: hue angle of 236.67º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1A23BC is Cyan = 0.86, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 26 35 188 -
CMYK 0.86 0.81 0 0.26
HSL 236.67º 0.76% 0.42% -
HSV(B) 236.67º 0.86% 0.74% -
XYZ 10.1 5.05 48.02 -
YUV 49.75 206.02 111.06 -
System Red Green Blue C M Y K H S L
Decimal 26 35 188 0.86 0.81 0 0.26 236.67 0.76 0.42
Hex 1A 23 BC 56 51 0 1A ED 4C 2A
Octal 32 43 274 126 121 0 32 355 114 52
Binary 11010 100011 10111100 1010110 1010001 0 11010 11101101 1001100 101010

Color Harmonies of #1A23BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A23BC

Black with #1A23BC

Text Example


Text Example

White with #1A23BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1A23BC; }

 p { color: rgb(26,35,188); }

 H1.HeaderClassName
 {
   color: #1A23BC;
 }
 .AnyTagClassName
 {
   color: #1A23BC;
 }
</style>

background-color css

<style>
 a { background-color: #1A23BC; }

 a { background-color: rgb(26,35,188); }

 div.DivClassName
 {
   background-color: #1A23BC;
 }
 .BgClassName
 {
   background-color: #1A23BC;
 }
</style>

border-color css

<style>
 span { border-color: #1A23BC; }

 span { border-color: rgb(26,35,188); }

 td.TdClassName
 {
   border-color: #1A23BC;
 }
 .TagClassName
 {
   border-color: #1A23BC;
 }
</style>