Html Css Color HEX #13367D Dark Cerulean

📋 copy color: '#13367D'

red 19 ◦ green 54 ◦ blue 125

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

Shades of Dark Cerulean #13367D

Tints of Dark Cerulean #13367D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 27.27%

 BLUE value IS 125 (49.22% from 255) = 63.13%

R = 9.6%
G = 27.27%
B = 63.13%

CMYK

 C value IS 0.85

 M value IS 0.57

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#13367D (or 0x13367D) is known color: Dark Cerulean. HEX triplet: 13, 36 and 7D. RGB value is (19,54,125). Sum of RGB (Red+Green+Blue) = 19+54+125=198 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.60% from 198); Green value is 54 (21.48% from 255 or 27.27% from 198); Blue value is 125 (49.22% from 255 or 63.13% from 198); Max value from RGB is 125 - color contains mainly: blue. Hex color #13367D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13367D is #ECC982. Grayscale: #333333. Windows color (decimal): -15518083 or 8205843. OLE color: 8205843.

HSL color Cylindrical-coordinate representation of color #13367D: hue angle of 220.19º 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 #13367D is Cyan = 0.85, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 19 54 125 -
CMYK 0.85 0.57 0 0.51
HSL 220.19º 0.74% 0.28% -
HSV(B) 220.19º 0.85% 0.49% -
XYZ 5.29 4.26 19.95 -
YUV 51.63 169.4 104.73 -
System Red Green Blue C M Y K H S L
Decimal 19 54 125 0.85 0.57 0 0.51 220.19 0.74 0.28
Hex 13 36 7D 55 39 0 33 DC 4A 1C
Octal 23 66 175 125 71 0 63 334 112 34
Binary 10011 110110 1111101 1010101 111001 0 110011 11011100 1001010 11100

Color Harmonies of #13367D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13367D

Black with #13367D

Text Example


Text Example

White with #13367D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13367D; }

 p { color: rgb(19,54,125); }

 H1.HeaderClassName
 {
   color: #13367D;
 }
 .AnyTagClassName
 {
   color: #13367D;
 }
</style>

background-color css

<style>
 a { background-color: #13367D; }

 a { background-color: rgb(19,54,125); }

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

border-color css

<style>
 span { border-color: #13367D; }

 span { border-color: rgb(19,54,125); }

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