Html Css Color HEX #13418C Dark Cerulean

📋 copy color: '#13418C'

red 19 ◦ green 65 ◦ blue 140

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

Shades of Dark Cerulean #13418C

Tints of Dark Cerulean #13418C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 29.02%

 BLUE value IS 140 (55.08% from 255) = 62.5%

R = 8.48%
G = 29.02%
B = 62.5%

CMYK

 C value IS 0.86

 M value IS 0.54

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#13418C (or 0x13418C) is known color: Dark Cerulean. HEX triplet: 13, 41 and 8C. RGB value is (19,65,140). Sum of RGB (Red+Green+Blue) = 19+65+140=224 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.48% from 224); Green value is 65 (25.78% from 255 or 29.02% from 224); Blue value is 140 (55.08% from 255 or 62.5% from 224); Max value from RGB is 140 - color contains mainly: blue. Hex color #13418C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #13418C is #ECBE73. Grayscale: #3B3B3B. Windows color (decimal): -15515252 or 9191699. OLE color: 9191699.

HSL color Cylindrical-coordinate representation of color #13418C: hue angle of 217.19º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #13418C is Cyan = 0.86, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 19 65 140 -
CMYK 0.86 0.54 0 0.45
HSL 217.19º 0.76% 0.31% -
HSV(B) 217.19º 0.86% 0.55% -
XYZ 6.89 5.81 25.57 -
YUV 59.8 173.26 98.9 -
System Red Green Blue C M Y K H S L
Decimal 19 65 140 0.86 0.54 0 0.45 217.19 0.76 0.31
Hex 13 41 8C 56 36 0 2D D9 4C 1F
Octal 23 101 214 126 66 0 55 331 114 37
Binary 10011 1000001 10001100 1010110 110110 0 101101 11011001 1001100 11111

Color Harmonies of #13418C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13418C

Black with #13418C

Text Example


Text Example

White with #13418C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13418C; }

 p { color: rgb(19,65,140); }

 H1.HeaderClassName
 {
   color: #13418C;
 }
 .AnyTagClassName
 {
   color: #13418C;
 }
</style>

background-color css

<style>
 a { background-color: #13418C; }

 a { background-color: rgb(19,65,140); }

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

border-color css

<style>
 span { border-color: #13418C; }

 span { border-color: rgb(19,65,140); }

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