Html Css Color HEX #1A3ECE Persian Blue

📋 copy color: '#1A3ECE'

red 26 ◦ green 62 ◦ blue 206

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

Shades of Persian Blue #1A3ECE

Tints of Persian Blue #1A3ECE

RGB

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

 GREEN value IS 62 (24.61% from 255) = 21.09%

 BLUE value IS 206 (80.86% from 255) = 70.07%

R = 8.84%
G = 21.09%
B = 70.07%

CMYK

 C value IS 0.87

 M value IS 0.70

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1A3ECE (or 0x1A3ECE) is known color: Persian Blue. HEX triplet: 1A, 3E and CE. RGB value is (26,62,206). Sum of RGB (Red+Green+Blue) = 26+62+206=294 (38% of max value = 765). Red value is 26 (10.55% from 255 or 8.84% from 294); Green value is 62 (24.61% from 255 or 21.09% from 294); Blue value is 206 (80.86% from 255 or 70.07% from 294); Max value from RGB is 206 - color contains mainly: blue. Hex color #1A3ECE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1A3ECE is #E5C131. Grayscale: #434343. Windows color (decimal): -15057202 or 13516314. OLE color: 13516314.

HSL color Cylindrical-coordinate representation of color #1A3ECE: hue angle of 228º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1A3ECE is Cyan = 0.87, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 26 62 206 -
CMYK 0.87 0.70 0 0.19
HSL 228º 0.78% 0.45% -
HSV(B) 228º 0.87% 0.81% -
XYZ 13.29 8.12 59.26 -
YUV 67.65 206.07 98.29 -
System Red Green Blue C M Y K H S L
Decimal 26 62 206 0.87 0.70 0 0.19 228 0.78 0.45
Hex 1A 3E CE 57 46 0 13 E4 4E 2D
Octal 32 76 316 127 106 0 23 344 116 55
Binary 11010 111110 11001110 1010111 1000110 0 10011 11100100 1001110 101101

Color Harmonies of #1A3ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A3ECE

Black with #1A3ECE

Text Example


Text Example

White with #1A3ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,62,206); }

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

background-color css

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

 a { background-color: rgb(26,62,206); }

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

border-color css

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

 span { border-color: rgb(26,62,206); }

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