Html Css Color HEX #133887 Dark Cerulean

📋 copy color: '#133887'

red 19 ◦ green 56 ◦ blue 135

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

Shades of Dark Cerulean #133887

Tints of Dark Cerulean #133887

RGB

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

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

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

R = 9.05%
G = 26.67%
B = 64.29%

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

#133887 (or 0x133887) is known color: Dark Cerulean. HEX triplet: 13, 38 and 87. RGB value is (19,56,135). Sum of RGB (Red+Green+Blue) = 19+56+135=210 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.05% from 210); Green value is 56 (22.27% from 255 or 26.67% from 210); Blue value is 135 (53.12% from 255 or 64.29% from 210); Max value from RGB is 135 - color contains mainly: blue. Hex color #133887 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133887 is #ECC778. Grayscale: #353535. Windows color (decimal): -15517561 or 8861715. OLE color: 8861715.

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

Color convert

RGB 19 56 135 -
CMYK 0.86 0.59 0 0.47
HSL 220.86º 0.75% 0.3% -
HSV(B) 220.86º 0.86% 0.53% -
XYZ 6.06 4.72 23.51 -
YUV 53.94 173.74 103.08 -
System Red Green Blue C M Y K H S L
Decimal 19 56 135 0.86 0.59 0 0.47 220.86 0.75 0.3
Hex 13 38 87 56 3B 0 2F DD 4B 1E
Octal 23 70 207 126 73 0 57 335 113 36
Binary 10011 111000 10000111 1010110 111011 0 101111 11011101 1001011 11110

Color Harmonies of #133887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133887

Black with #133887

Text Example


Text Example

White with #133887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133887; }

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

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

background-color css

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

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

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

border-color css

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

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

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