Html Css Color HEX #133B76 Dark Cerulean

📋 copy color: '#133B76'

red 19 ◦ green 59 ◦ blue 118

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

Shades of Dark Cerulean #133B76

Tints of Dark Cerulean #133B76

RGB

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

 GREEN value IS 59 (23.44% from 255) = 30.1%

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

R = 9.69%
G = 30.1%
B = 60.2%

CMYK

 C value IS 0.84

 M value IS 0.50

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#133B76 (or 0x133B76) is known color: Dark Cerulean. HEX triplet: 13, 3B and 76. RGB value is (19,59,118). Sum of RGB (Red+Green+Blue) = 19+59+118=196 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.69% from 196); Green value is 59 (23.44% from 255 or 30.10% from 196); Blue value is 118 (46.48% from 255 or 60.20% from 196); Max value from RGB is 118 - color contains mainly: blue. Hex color #133B76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133B76 is #ECC489. Grayscale: #353535. Windows color (decimal): -15516810 or 7748371. OLE color: 7748371.

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

Color convert

RGB 19 59 118 -
CMYK 0.84 0.50 0 0.54
HSL 215.76º 0.72% 0.27% -
HSV(B) 215.76º 0.84% 0.46% -
XYZ 5.1 4.57 17.75 -
YUV 53.77 164.25 103.2 -
System Red Green Blue C M Y K H S L
Decimal 19 59 118 0.84 0.50 0 0.54 215.76 0.72 0.27
Hex 13 3B 76 54 32 0 36 D8 48 1B
Octal 23 73 166 124 62 0 66 330 110 33
Binary 10011 111011 1110110 1010100 110010 0 110110 11011000 1001000 11011

Color Harmonies of #133B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133B76

Black with #133B76

Text Example


Text Example

White with #133B76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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