Html Css Color HEX #133786 Dark Cerulean

📋 copy color: '#133786'

red 19 ◦ green 55 ◦ blue 134

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

Shades of Dark Cerulean #133786

Tints of Dark Cerulean #133786

RGB

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

 GREEN value IS 55 (21.88% from 255) = 26.44%

 BLUE value IS 134 (52.73% from 255) = 64.42%

R = 9.13%
G = 26.44%
B = 64.42%

CMYK

 C value IS 0.86

 M value IS 0.59

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#133786 (or 0x133786) is known color: Dark Cerulean. HEX triplet: 13, 37 and 86. RGB value is (19,55,134). Sum of RGB (Red+Green+Blue) = 19+55+134=208 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.13% from 208); Green value is 55 (21.88% from 255 or 26.44% from 208); Blue value is 134 (52.73% from 255 or 64.42% from 208); Max value from RGB is 134 - color contains mainly: blue. Hex color #133786 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133786 is #ECC879. Grayscale: #343434. Windows color (decimal): -15517818 or 8795923. OLE color: 8795923.

HSL color Cylindrical-coordinate representation of color #133786: hue angle of 221.22º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #133786 is Cyan = 0.86, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 19 55 134 -
CMYK 0.86 0.59 0 0.47
HSL 221.22º 0.75% 0.3% -
HSV(B) 221.22º 0.86% 0.53% -
XYZ 5.94 4.59 23.13 -
YUV 53.24 173.57 103.58 -
System Red Green Blue C M Y K H S L
Decimal 19 55 134 0.86 0.59 0 0.47 221.22 0.75 0.3
Hex 13 37 86 56 3B 0 2F DD 4B 1E
Octal 23 67 206 126 73 0 57 335 113 36
Binary 10011 110111 10000110 1010110 111011 0 101111 11011101 1001011 11110

Color Harmonies of #133786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133786

Black with #133786

Text Example


Text Example

White with #133786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133786; }

 p { color: rgb(19,55,134); }

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

background-color css

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

 a { background-color: rgb(19,55,134); }

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

border-color css

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

 span { border-color: rgb(19,55,134); }

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