Html Css Color HEX #13408E Dark Cerulean

📋 copy color: '#13408E'

red 19 ◦ green 64 ◦ blue 142

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

Shades of Dark Cerulean #13408E

Tints of Dark Cerulean #13408E

RGB

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

 GREEN value IS 64 (25.39% from 255) = 28.44%

 BLUE value IS 142 (55.86% from 255) = 63.11%

R = 8.44%
G = 28.44%
B = 63.11%

CMYK

 C value IS 0.87

 M value IS 0.55

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#13408E (or 0x13408E) is known color: Dark Cerulean. HEX triplet: 13, 40 and 8E. RGB value is (19,64,142). Sum of RGB (Red+Green+Blue) = 19+64+142=225 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.44% from 225); Green value is 64 (25.39% from 255 or 28.44% from 225); Blue value is 142 (55.86% from 255 or 63.11% from 225); Max value from RGB is 142 - color contains mainly: blue. Hex color #13408E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #13408E is #ECBF71. Grayscale: #3B3B3B. Windows color (decimal): -15515506 or 9322515. OLE color: 9322515.

HSL color Cylindrical-coordinate representation of color #13408E: hue angle of 218.05º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #13408E is Cyan = 0.87, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 19 64 142 -
CMYK 0.87 0.55 0 0.44
HSL 218.05º 0.76% 0.32% -
HSV(B) 218.05º 0.87% 0.56% -
XYZ 6.98 5.76 26.33 -
YUV 59.44 174.59 99.16 -
System Red Green Blue C M Y K H S L
Decimal 19 64 142 0.87 0.55 0 0.44 218.05 0.76 0.32
Hex 13 40 8E 57 37 0 2C DA 4C 20
Octal 23 100 216 127 67 0 54 332 114 40
Binary 10011 1000000 10001110 1010111 110111 0 101100 11011010 1001100 100000

Color Harmonies of #13408E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13408E

Black with #13408E

Text Example


Text Example

White with #13408E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,64,142); }

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

background-color css

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

 a { background-color: rgb(19,64,142); }

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

border-color css

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

 span { border-color: rgb(19,64,142); }

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