Html Css Color HEX #133886 Dark Cerulean

📋 copy color: '#133886'

red 19 ◦ green 56 ◦ blue 134

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

Shades of Dark Cerulean #133886

Tints of Dark Cerulean #133886

RGB

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

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

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

R = 9.09%
G = 26.79%
B = 64.11%

CMYK

 C value IS 0.86

 M value IS 0.58

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#133886 (or 0x133886) is known color: Dark Cerulean. HEX triplet: 13, 38 and 86. RGB value is (19,56,134). Sum of RGB (Red+Green+Blue) = 19+56+134=209 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.09% from 209); Green value is 56 (22.27% from 255 or 26.79% from 209); Blue value is 134 (52.73% from 255 or 64.11% from 209); Max value from RGB is 134 - color contains mainly: blue. Hex color #133886 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133886 is #ECC779. Grayscale: #353535. Windows color (decimal): -15517562 or 8796179. OLE color: 8796179.

HSL color Cylindrical-coordinate representation of color #133886: hue angle of 220.7º 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 #133886 is Cyan = 0.86, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 19 56 134 -
CMYK 0.86 0.58 0 0.47
HSL 220.7º 0.75% 0.3% -
HSV(B) 220.7º 0.86% 0.53% -
XYZ 5.99 4.69 23.14 -
YUV 53.83 173.24 103.16 -
System Red Green Blue C M Y K H S L
Decimal 19 56 134 0.86 0.58 0 0.47 220.7 0.75 0.3
Hex 13 38 86 56 3A 0 2F DD 4B 1E
Octal 23 70 206 126 72 0 57 335 113 36
Binary 10011 111000 10000110 1010110 111010 0 101111 11011101 1001011 11110

Color Harmonies of #133886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133886

Black with #133886

Text Example


Text Example

White with #133886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133886; }

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

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

background-color css

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

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

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

border-color css

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

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

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