Html Css Color HEX #133F76 Dark Cerulean

📋 copy color: '#133F76'

red 19 ◦ green 63 ◦ blue 118

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

Shades of Dark Cerulean #133F76

Tints of Dark Cerulean #133F76

RGB

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

 GREEN value IS 63 (25% from 255) = 31.5%

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

R = 9.5%
G = 31.5%
B = 59%

CMYK

 C value IS 0.84

 M value IS 0.47

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#133F76 (or 0x133F76) is known color: Dark Cerulean. HEX triplet: 13, 3F and 76. RGB value is (19,63,118). Sum of RGB (Red+Green+Blue) = 19+63+118=200 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.5% from 200); Green value is 63 (25% from 255 or 31.5% from 200); Blue value is 118 (46.48% from 255 or 59% from 200); Max value from RGB is 118 - color contains mainly: blue. Hex color #133F76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133F76 is #ECC089. Grayscale: #373737. Windows color (decimal): -15515786 or 7749395. OLE color: 7749395.

HSL color Cylindrical-coordinate representation of color #133F76: hue angle of 213.33º 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 #133F76 is Cyan = 0.84, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 19 63 118 -
CMYK 0.84 0.47 0 0.54
HSL 213.33º 0.72% 0.27% -
HSV(B) 213.33º 0.84% 0.46% -
XYZ 5.32 5 17.82 -
YUV 56.11 162.92 101.53 -
System Red Green Blue C M Y K H S L
Decimal 19 63 118 0.84 0.47 0 0.54 213.33 0.72 0.27
Hex 13 3F 76 54 2F 0 36 D5 48 1B
Octal 23 77 166 124 57 0 66 325 110 33
Binary 10011 111111 1110110 1010100 101111 0 110110 11010101 1001000 11011

Color Harmonies of #133F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133F76

Black with #133F76

Text Example


Text Example

White with #133F76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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