#135389

Color #135389 Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #135389

Tints of Dark Cerulean #135389

Color information

#135389 (or 0x135389) is unknown color: approx Dark Cerulean. HEX triplet: 13, 53 and 89. RGB value is (19,83,137). Sum of RGB (Red+Green+Blue) = 19+83+137=239 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.95% from 239); Green value is 83 (32.81% from 255 or 34.73% from 239); Blue value is 137 (53.91% from 255 or 57.32% from 239); Max value from RGB is 137 - color contains mainly: blue. Hex color #135389 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #135389 is #ECAC76. Grayscale: #454545. Windows color (decimal): -15510647 or 8999699. OLE color: 8999699.

HSL color Cylindrical-coordinate representation of color #135389: hue angle of 207.46º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #135389 is Cyan = 0.86, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB1983137-
CMYK0.860.3900.46
HSL207.46º75.64%30.59%-
HSV(B)207.46º86.13%53.73%-
XYZ7.888.1324.82-
YUV70.02165.891.61-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.95%
GREEN value IS 83 (32.81% from 255) = 34.73%
BLUE value IS 137 (53.91% from 255) = 57.32%
R=7.95%
G=34.73%
B=57.32%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal19831370.860.3900.46207.4675.6430.59
Hex135389562702Ecf4c1f
Octal231232111264705631711437
Binary100111010011100010011010110100111010111011001111100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135389; }

 p { color: rgb(19,83,137); }

 H1.HeaderClassName
 {
   color: #135389;
 }
 .AnyTagClassName
 {
   color: #135389;
 }
</style>
background-color css

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

 a { background-color: rgb(19,83,137); }

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

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

 span { border-color: rgb(19,83,137); }

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