Html Css Color HEX #133F77 Dark Cerulean

📋 copy color: '#133F77'

red 19 ◦ green 63 ◦ blue 119

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

Shades of Dark Cerulean #133F77

Tints of Dark Cerulean #133F77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 59.2%

R = 9.45%
G = 31.34%
B = 59.2%

CMYK

 C value IS 0.84

 M value IS 0.47

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#133F77 (or 0x133F77) is known color: Dark Cerulean. HEX triplet: 13, 3F and 77. RGB value is (19,63,119). Sum of RGB (Red+Green+Blue) = 19+63+119=201 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.45% from 201); Green value is 63 (25% from 255 or 31.34% from 201); Blue value is 119 (46.88% from 255 or 59.20% from 201); Max value from RGB is 119 - color contains mainly: blue. Hex color #133F77 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133F77 is #ECC088. Grayscale: #373737. Windows color (decimal): -15515785 or 7814931. OLE color: 7814931.

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

Color convert

RGB 19 63 119 -
CMYK 0.84 0.47 0 0.53
HSL 213.6º 0.72% 0.27% -
HSV(B) 213.6º 0.84% 0.47% -
XYZ 5.38 5.03 18.14 -
YUV 56.23 163.42 101.45 -
System Red Green Blue C M Y K H S L
Decimal 19 63 119 0.84 0.47 0 0.53 213.6 0.72 0.27
Hex 13 3F 77 54 2F 0 35 D6 48 1B
Octal 23 77 167 124 57 0 65 326 110 33
Binary 10011 111111 1110111 1010100 101111 0 110101 11010110 1001000 11011

Color Harmonies of #133F77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133F77

Black with #133F77

Text Example


Text Example

White with #133F77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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