Html Css Color HEX #133876 Dark Cerulean

📋 copy color: '#133876'

red 19 ◦ green 56 ◦ blue 118

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

Shades of Dark Cerulean #133876

Tints of Dark Cerulean #133876

RGB

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

 GREEN value IS 56 (22.27% from 255) = 29.02%

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

R = 9.84%
G = 29.02%
B = 61.14%

CMYK

 C value IS 0.84

 M value IS 0.53

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#133876 (or 0x133876) is known color: Dark Cerulean. HEX triplet: 13, 38 and 76. RGB value is (19,56,118). Sum of RGB (Red+Green+Blue) = 19+56+118=193 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.84% from 193); Green value is 56 (22.27% from 255 or 29.02% from 193); Blue value is 118 (46.48% from 255 or 61.14% from 193); Max value from RGB is 118 - color contains mainly: blue. Hex color #133876 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133876 is #ECC789. Grayscale: #333333. Windows color (decimal): -15517578 or 7747603. OLE color: 7747603.

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

Color convert

RGB 19 56 118 -
CMYK 0.84 0.53 0 0.54
HSL 217.58º 0.72% 0.27% -
HSV(B) 217.58º 0.84% 0.46% -
XYZ 4.95 4.27 17.7 -
YUV 52.01 165.24 104.46 -
System Red Green Blue C M Y K H S L
Decimal 19 56 118 0.84 0.53 0 0.54 217.58 0.72 0.27
Hex 13 38 76 54 35 0 36 DA 48 1B
Octal 23 70 166 124 65 0 66 332 110 33
Binary 10011 111000 1110110 1010100 110101 0 110110 11011010 1001000 11011

Color Harmonies of #133876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133876

Black with #133876

Text Example


Text Example

White with #133876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133876; }

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

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

background-color css

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

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

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

border-color css

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

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

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