Html Css Color HEX #133B86 Dark Cerulean

📋 copy color: '#133B86'

red 19 ◦ green 59 ◦ blue 134

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

Shades of Dark Cerulean #133B86

Tints of Dark Cerulean #133B86

RGB

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

 GREEN value IS 59 (23.44% from 255) = 27.83%

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

R = 8.96%
G = 27.83%
B = 63.21%

CMYK

 C value IS 0.86

 M value IS 0.56

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#133B86 (or 0x133B86) is known color: Dark Cerulean. HEX triplet: 13, 3B and 86. RGB value is (19,59,134). Sum of RGB (Red+Green+Blue) = 19+59+134=212 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.96% from 212); Green value is 59 (23.44% from 255 or 27.83% from 212); Blue value is 134 (52.73% from 255 or 63.21% from 212); Max value from RGB is 134 - color contains mainly: blue. Hex color #133B86 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133B86 is #ECC479. Grayscale: #373737. Windows color (decimal): -15516794 or 8796947. OLE color: 8796947.

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

Color convert

RGB 19 59 134 -
CMYK 0.86 0.56 0 0.47
HSL 219.13º 0.75% 0.3% -
HSV(B) 219.13º 0.86% 0.53% -
XYZ 6.14 4.99 23.19 -
YUV 55.59 172.25 101.9 -
System Red Green Blue C M Y K H S L
Decimal 19 59 134 0.86 0.56 0 0.47 219.13 0.75 0.3
Hex 13 3B 86 56 38 0 2F DB 4B 1E
Octal 23 73 206 126 70 0 57 333 113 36
Binary 10011 111011 10000110 1010110 111000 0 101111 11011011 1001011 11110

Color Harmonies of #133B86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133B86

Black with #133B86

Text Example


Text Example

White with #133B86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133B86; }

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

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

background-color css

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

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

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

border-color css

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

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

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