Html Css Color HEX #13427E Dark Cerulean

📋 copy color: '#13427E'

red 19 ◦ green 66 ◦ blue 126

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

Shades of Dark Cerulean #13427E

Tints of Dark Cerulean #13427E

RGB

 RED value IS 19 (7.81% from 255) = 9%

 GREEN value IS 66 (26.17% from 255) = 31.28%

 BLUE value IS 126 (49.61% from 255) = 59.72%

R = 9%
G = 31.28%
B = 59.72%

CMYK

 C value IS 0.85

 M value IS 0.48

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#13427E (or 0x13427E) is known color: Dark Cerulean. HEX triplet: 13, 42 and 7E. RGB value is (19,66,126). Sum of RGB (Red+Green+Blue) = 19+66+126=211 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.00% from 211); Green value is 66 (26.17% from 255 or 31.28% from 211); Blue value is 126 (49.61% from 255 or 59.72% from 211); Max value from RGB is 126 - color contains mainly: blue. Hex color #13427E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13427E is #ECBD81. Grayscale: #3A3A3A. Windows color (decimal): -15515010 or 8274451. OLE color: 8274451.

HSL color Cylindrical-coordinate representation of color #13427E: hue angle of 213.64º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #13427E is Cyan = 0.85, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 19 66 126 -
CMYK 0.85 0.48 0 0.51
HSL 213.64º 0.74% 0.28% -
HSV(B) 213.64º 0.85% 0.49% -
XYZ 5.98 5.54 20.49 -
YUV 58.79 165.93 99.62 -
System Red Green Blue C M Y K H S L
Decimal 19 66 126 0.85 0.48 0 0.51 213.64 0.74 0.28
Hex 13 42 7E 55 30 0 33 D6 4A 1C
Octal 23 102 176 125 60 0 63 326 112 34
Binary 10011 1000010 1111110 1010101 110000 0 110011 11010110 1001010 11100

Color Harmonies of #13427E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13427E

Black with #13427E

Text Example


Text Example

White with #13427E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13427E; }

 p { color: rgb(19,66,126); }

 H1.HeaderClassName
 {
   color: #13427E;
 }
 .AnyTagClassName
 {
   color: #13427E;
 }
</style>

background-color css

<style>
 a { background-color: #13427E; }

 a { background-color: rgb(19,66,126); }

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

border-color css

<style>
 span { border-color: #13427E; }

 span { border-color: rgb(19,66,126); }

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