Html Css Color HEX #133772 Dark Cerulean

📋 copy color: '#133772'

red 19 ◦ green 55 ◦ blue 114

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

Shades of Dark Cerulean #133772

Tints of Dark Cerulean #133772

RGB

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

 GREEN value IS 55 (21.88% from 255) = 29.26%

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

R = 10.11%
G = 29.26%
B = 60.64%

CMYK

 C value IS 0.83

 M value IS 0.52

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#133772 (or 0x133772) is known color: Dark Cerulean. HEX triplet: 13, 37 and 72. RGB value is (19,55,114). Sum of RGB (Red+Green+Blue) = 19+55+114=188 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.11% from 188); Green value is 55 (21.88% from 255 or 29.26% from 188); Blue value is 114 (44.92% from 255 or 60.64% from 188); Max value from RGB is 114 - color contains mainly: blue. Hex color #133772 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133772 is #ECC88D. Grayscale: #323232. Windows color (decimal): -15517838 or 7485203. OLE color: 7485203.

HSL color Cylindrical-coordinate representation of color #133772: hue angle of 217.26º 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 #133772 is Cyan = 0.83, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 19 55 114 -
CMYK 0.83 0.52 0 0.55
HSL 217.26º 0.71% 0.26% -
HSV(B) 217.26º 0.83% 0.45% -
XYZ 4.67 4.09 16.46 -
YUV 50.96 163.57 105.2 -
System Red Green Blue C M Y K H S L
Decimal 19 55 114 0.83 0.52 0 0.55 217.26 0.71 0.26
Hex 13 37 72 53 34 0 37 D9 47 1A
Octal 23 67 162 123 64 0 67 331 107 32
Binary 10011 110111 1110010 1010011 110100 0 110111 11011001 1000111 11010

Color Harmonies of #133772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133772

Black with #133772

Text Example


Text Example

White with #133772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133772; }

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

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

background-color css

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

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

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

border-color css

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

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

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