Html Css Color HEX #133C79 Dark Cerulean

📋 copy color: '#133C79'

red 19 ◦ green 60 ◦ blue 121

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

Shades of Dark Cerulean #133C79

Tints of Dark Cerulean #133C79

RGB

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

 GREEN value IS 60 (23.83% from 255) = 30%

 BLUE value IS 121 (47.66% from 255) = 60.5%

R = 9.5%
G = 30%
B = 60.5%

CMYK

 C value IS 0.84

 M value IS 0.50

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#133C79 (or 0x133C79) is known color: Dark Cerulean. HEX triplet: 13, 3C and 79. RGB value is (19,60,121). Sum of RGB (Red+Green+Blue) = 19+60+121=200 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.5% from 200); Green value is 60 (23.83% from 255 or 30% from 200); Blue value is 121 (47.66% from 255 or 60.5% from 200); Max value from RGB is 121 - color contains mainly: blue. Hex color #133C79 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133C79 is #ECC386. Grayscale: #363636. Windows color (decimal): -15516551 or 7945235. OLE color: 7945235.

HSL color Cylindrical-coordinate representation of color #133C79: hue angle of 215.88º degrees, saturation: 0.73, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #133C79 is Cyan = 0.84, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 19 60 121 -
CMYK 0.84 0.50 0 0.53
HSL 215.88º 0.73% 0.27% -
HSV(B) 215.88º 0.84% 0.47% -
XYZ 5.34 4.75 18.72 -
YUV 54.7 165.42 102.54 -
System Red Green Blue C M Y K H S L
Decimal 19 60 121 0.84 0.50 0 0.53 215.88 0.73 0.27
Hex 13 3C 79 54 32 0 35 D8 49 1B
Octal 23 74 171 124 62 0 65 330 111 33
Binary 10011 111100 1111001 1010100 110010 0 110101 11011000 1001001 11011

Color Harmonies of #133C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133C79

Black with #133C79

Text Example


Text Example

White with #133C79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133C79; }

 p { color: rgb(19,60,121); }

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

background-color css

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

 a { background-color: rgb(19,60,121); }

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

border-color css

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

 span { border-color: rgb(19,60,121); }

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