Html Css Color HEX #133D76 Dark Cerulean

📋 copy color: '#133D76'

red 19 ◦ green 61 ◦ blue 118

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

Shades of Dark Cerulean #133D76

Tints of Dark Cerulean #133D76

RGB

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

 GREEN value IS 61 (24.22% from 255) = 30.81%

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

R = 9.6%
G = 30.81%
B = 59.6%

CMYK

 C value IS 0.84

 M value IS 0.48

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#133D76 (or 0x133D76) is known color: Dark Cerulean. HEX triplet: 13, 3D and 76. RGB value is (19,61,118). Sum of RGB (Red+Green+Blue) = 19+61+118=198 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.60% from 198); Green value is 61 (24.22% from 255 or 30.81% from 198); Blue value is 118 (46.48% from 255 or 59.60% from 198); Max value from RGB is 118 - color contains mainly: blue. Hex color #133D76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133D76 is #ECC289. Grayscale: #363636. Windows color (decimal): -15516298 or 7748883. OLE color: 7748883.

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

Color convert

RGB 19 61 118 -
CMYK 0.84 0.48 0 0.54
HSL 214.55º 0.72% 0.27% -
HSV(B) 214.55º 0.84% 0.46% -
XYZ 5.21 4.78 17.79 -
YUV 54.94 163.59 102.37 -
System Red Green Blue C M Y K H S L
Decimal 19 61 118 0.84 0.48 0 0.54 214.55 0.72 0.27
Hex 13 3D 76 54 30 0 36 D7 48 1B
Octal 23 75 166 124 60 0 66 327 110 33
Binary 10011 111101 1110110 1010100 110000 0 110110 11010111 1001000 11011

Color Harmonies of #133D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133D76

Black with #133D76

Text Example


Text Example

White with #133D76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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