Html Css Color HEX #13367C Dark Cerulean

📋 copy color: '#13367C'

red 19 ◦ green 54 ◦ blue 124

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

Shades of Dark Cerulean #13367C

Tints of Dark Cerulean #13367C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 62.94%

R = 9.64%
G = 27.41%
B = 62.94%

CMYK

 C value IS 0.85

 M value IS 0.56

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#13367C (or 0x13367C) is known color: Dark Cerulean. HEX triplet: 13, 36 and 7C. RGB value is (19,54,124). Sum of RGB (Red+Green+Blue) = 19+54+124=197 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.64% from 197); Green value is 54 (21.48% from 255 or 27.41% from 197); Blue value is 124 (48.83% from 255 or 62.94% from 197); Max value from RGB is 124 - color contains mainly: blue. Hex color #13367C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13367C is #ECC983. Grayscale: #333333. Windows color (decimal): -15518084 or 8140307. OLE color: 8140307.

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

Color convert

RGB 19 54 124 -
CMYK 0.85 0.56 0 0.51
HSL 220º 0.73% 0.28% -
HSV(B) 220º 0.85% 0.49% -
XYZ 5.23 4.23 19.61 -
YUV 51.52 168.9 104.81 -
System Red Green Blue C M Y K H S L
Decimal 19 54 124 0.85 0.56 0 0.51 220 0.73 0.28
Hex 13 36 7C 55 38 0 33 DC 49 1C
Octal 23 66 174 125 70 0 63 334 111 34
Binary 10011 110110 1111100 1010101 111000 0 110011 11011100 1001001 11100

Color Harmonies of #13367C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13367C

Black with #13367C

Text Example


Text Example

White with #13367C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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