Html Css Color HEX #133C87 Dark Cerulean

📋 copy color: '#133C87'

red 19 ◦ green 60 ◦ blue 135

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

Shades of Dark Cerulean #133C87

Tints of Dark Cerulean #133C87

RGB

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

 GREEN value IS 60 (23.83% from 255) = 28.04%

 BLUE value IS 135 (53.13% from 255) = 63.08%

R = 8.88%
G = 28.04%
B = 63.08%

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

#133C87 (or 0x133C87) is known color: Dark Cerulean. HEX triplet: 13, 3C and 87. RGB value is (19,60,135). Sum of RGB (Red+Green+Blue) = 19+60+135=214 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.88% from 214); Green value is 60 (23.83% from 255 or 28.04% from 214); Blue value is 135 (53.12% from 255 or 63.08% from 214); Max value from RGB is 135 - color contains mainly: blue. Hex color #133C87 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133C87 is #ECC378. Grayscale: #373737. Windows color (decimal): -15516537 or 8862739. OLE color: 8862739.

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

Color convert

RGB 19 60 135 -
CMYK 0.86 0.56 0 0.47
HSL 218.79º 0.75% 0.3% -
HSV(B) 218.79º 0.86% 0.53% -
XYZ 6.26 5.12 23.58 -
YUV 56.29 172.42 101.4 -
System Red Green Blue C M Y K H S L
Decimal 19 60 135 0.86 0.56 0 0.47 218.79 0.75 0.3
Hex 13 3C 87 56 38 0 2F DB 4B 1E
Octal 23 74 207 126 70 0 57 333 113 36
Binary 10011 111100 10000111 1010110 111000 0 101111 11011011 1001011 11110

Color Harmonies of #133C87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133C87

Black with #133C87

Text Example


Text Example

White with #133C87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,60,135); }

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

background-color css

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

 a { background-color: rgb(19,60,135); }

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

border-color css

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

 span { border-color: rgb(19,60,135); }

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