Html Css Color HEX #13367E Dark Cerulean

📋 copy color: '#13367E'

red 19 ◦ green 54 ◦ blue 126

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

Shades of Dark Cerulean #13367E

Tints of Dark Cerulean #13367E

RGB

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

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

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

R = 9.55%
G = 27.14%
B = 63.32%

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

#13367E (or 0x13367E) is known color: Dark Cerulean. HEX triplet: 13, 36 and 7E. RGB value is (19,54,126). Sum of RGB (Red+Green+Blue) = 19+54+126=199 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.55% from 199); Green value is 54 (21.48% from 255 or 27.14% from 199); Blue value is 126 (49.61% from 255 or 63.32% from 199); Max value from RGB is 126 - color contains mainly: blue. Hex color #13367E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13367E is #ECC981. Grayscale: #333333. Windows color (decimal): -15518082 or 8271379. OLE color: 8271379.

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

Color convert

RGB 19 54 126 -
CMYK 0.85 0.57 0 0.51
HSL 220.37º 0.74% 0.28% -
HSV(B) 220.37º 0.85% 0.49% -
XYZ 5.35 4.28 20.28 -
YUV 51.74 169.9 104.65 -
System Red Green Blue C M Y K H S L
Decimal 19 54 126 0.85 0.57 0 0.51 220.37 0.74 0.28
Hex 13 36 7E 55 39 0 33 DC 4A 1C
Octal 23 66 176 125 71 0 63 334 112 34
Binary 10011 110110 1111110 1010101 111001 0 110011 11011100 1001010 11100

Color Harmonies of #13367E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13367E

Black with #13367E

Text Example


Text Example

White with #13367E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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