Html Css Color HEX #133686 Dark Cerulean

📋 copy color: '#133686'

red 19 ◦ green 54 ◦ blue 134

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

Shades of Dark Cerulean #133686

Tints of Dark Cerulean #133686

RGB

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

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

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

R = 9.18%
G = 26.09%
B = 64.73%

CMYK

 C value IS 0.86

 M value IS 0.60

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#133686 (or 0x133686) is known color: Dark Cerulean. HEX triplet: 13, 36 and 86. RGB value is (19,54,134). Sum of RGB (Red+Green+Blue) = 19+54+134=207 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.18% from 207); Green value is 54 (21.48% from 255 or 26.09% from 207); Blue value is 134 (52.73% from 255 or 64.73% from 207); Max value from RGB is 134 - color contains mainly: blue. Hex color #133686 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133686 is #ECC979. Grayscale: #343434. Windows color (decimal): -15518074 or 8795667. OLE color: 8795667.

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

Color convert

RGB 19 54 134 -
CMYK 0.86 0.60 0 0.47
HSL 221.74º 0.75% 0.3% -
HSV(B) 221.74º 0.86% 0.53% -
XYZ 5.89 4.5 23.11 -
YUV 52.66 173.9 104 -
System Red Green Blue C M Y K H S L
Decimal 19 54 134 0.86 0.60 0 0.47 221.74 0.75 0.3
Hex 13 36 86 56 3C 0 2F DE 4B 1E
Octal 23 66 206 126 74 0 57 336 113 36
Binary 10011 110110 10000110 1010110 111100 0 101111 11011110 1001011 11110

Color Harmonies of #133686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133686

Black with #133686

Text Example


Text Example

White with #133686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133686; }

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

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

background-color css

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

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

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

border-color css

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

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

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