Html Css Color HEX #133776 Dark Cerulean

📋 copy color: '#133776'

red 19 ◦ green 55 ◦ blue 118

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

Shades of Dark Cerulean #133776

Tints of Dark Cerulean #133776

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 61.46%

R = 9.9%
G = 28.65%
B = 61.46%

CMYK

 C value IS 0.84

 M value IS 0.53

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#133776 (or 0x133776) is known color: Dark Cerulean. HEX triplet: 13, 37 and 76. RGB value is (19,55,118). Sum of RGB (Red+Green+Blue) = 19+55+118=192 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.90% from 192); Green value is 55 (21.88% from 255 or 28.65% from 192); Blue value is 118 (46.48% from 255 or 61.46% from 192); Max value from RGB is 118 - color contains mainly: blue. Hex color #133776 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133776 is #ECC889. Grayscale: #333333. Windows color (decimal): -15517834 or 7747347. OLE color: 7747347.

HSL color Cylindrical-coordinate representation of color #133776: hue angle of 218.18º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #133776 is Cyan = 0.84, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 19 55 118 -
CMYK 0.84 0.53 0 0.54
HSL 218.18º 0.72% 0.27% -
HSV(B) 218.18º 0.84% 0.46% -
XYZ 4.9 4.18 17.69 -
YUV 51.42 165.57 104.88 -
System Red Green Blue C M Y K H S L
Decimal 19 55 118 0.84 0.53 0 0.54 218.18 0.72 0.27
Hex 13 37 76 54 35 0 36 DA 48 1B
Octal 23 67 166 124 65 0 66 332 110 33
Binary 10011 110111 1110110 1010100 110101 0 110110 11011010 1001000 11011

Color Harmonies of #133776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133776

Black with #133776

Text Example


Text Example

White with #133776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133776; }

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

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

background-color css

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

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

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

border-color css

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

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

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