Html Css Color HEX #133676 Dark Cerulean

📋 copy color: '#133676'

red 19 ◦ green 54 ◦ blue 118

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

Shades of Dark Cerulean #133676

Tints of Dark Cerulean #133676

RGB

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

 GREEN value IS 54 (21.48% from 255) = 28.27%

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

R = 9.95%
G = 28.27%
B = 61.78%

CMYK

 C value IS 0.84

 M value IS 0.54

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#133676 (or 0x133676) is known color: Dark Cerulean. HEX triplet: 13, 36 and 76. RGB value is (19,54,118). Sum of RGB (Red+Green+Blue) = 19+54+118=191 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.95% from 191); Green value is 54 (21.48% from 255 or 28.27% from 191); Blue value is 118 (46.48% from 255 or 61.78% from 191); Max value from RGB is 118 - color contains mainly: blue. Hex color #133676 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133676 is #ECC989. Grayscale: #323232. Windows color (decimal): -15518090 or 7747091. OLE color: 7747091.

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

Color convert

RGB 19 54 118 -
CMYK 0.84 0.54 0 0.54
HSL 218.79º 0.72% 0.27% -
HSV(B) 218.79º 0.84% 0.46% -
XYZ 4.86 4.08 17.67 -
YUV 50.83 165.9 105.3 -
System Red Green Blue C M Y K H S L
Decimal 19 54 118 0.84 0.54 0 0.54 218.79 0.72 0.27
Hex 13 36 76 54 36 0 36 DB 48 1B
Octal 23 66 166 124 66 0 66 333 110 33
Binary 10011 110110 1110110 1010100 110110 0 110110 11011011 1001000 11011

Color Harmonies of #133676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133676

Black with #133676

Text Example


Text Example

White with #133676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133676; }

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

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

background-color css

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

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

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

border-color css

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

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

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