Html Css Color HEX #133972 Dark Cerulean

📋 copy color: '#133972'

red 19 ◦ green 57 ◦ blue 114

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

Shades of Dark Cerulean #133972

Tints of Dark Cerulean #133972

RGB

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

 GREEN value IS 57 (22.66% from 255) = 30%

 BLUE value IS 114 (44.92% from 255) = 60%

R = 10%
G = 30%
B = 60%

CMYK

 C value IS 0.83

 M value IS 0.50

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#133972 (or 0x133972) is known color: Dark Cerulean. HEX triplet: 13, 39 and 72. RGB value is (19,57,114). Sum of RGB (Red+Green+Blue) = 19+57+114=190 (25% of max value = 765). Red value is 19 (7.81% from 255 or 10% from 190); Green value is 57 (22.66% from 255 or 30% from 190); Blue value is 114 (44.92% from 255 or 60% from 190); Max value from RGB is 114 - color contains mainly: blue. Hex color #133972 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133972 is #ECC68D. Grayscale: #333333. Windows color (decimal): -15517326 or 7485715. OLE color: 7485715.

HSL color Cylindrical-coordinate representation of color #133972: hue angle of 216º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #133972 is Cyan = 0.83, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 19 57 114 -
CMYK 0.83 0.50 0 0.55
HSL 216º 0.71% 0.26% -
HSV(B) 216º 0.83% 0.45% -
XYZ 4.77 4.28 16.49 -
YUV 52.14 162.91 104.37 -
System Red Green Blue C M Y K H S L
Decimal 19 57 114 0.83 0.50 0 0.55 216 0.71 0.26
Hex 13 39 72 53 32 0 37 D8 47 1A
Octal 23 71 162 123 62 0 67 330 107 32
Binary 10011 111001 1110010 1010011 110010 0 110111 11011000 1000111 11010

Color Harmonies of #133972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133972

Black with #133972

Text Example


Text Example

White with #133972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133972; }

 p { color: rgb(19,57,114); }

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

background-color css

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

 a { background-color: rgb(19,57,114); }

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

border-color css

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

 span { border-color: rgb(19,57,114); }

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