#135185

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

Shades of Dark Cerulean #135185

Tints of Dark Cerulean #135185

Color information

#135185 (or 0x135185) is unknown color: approx Dark Cerulean. HEX triplet: 13, 51 and 85. RGB value is (19,81,133). Sum of RGB (Red+Green+Blue) = 19+81+133=233 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.15% from 233); Green value is 81 (32.03% from 255 or 34.76% from 233); Blue value is 133 (52.34% from 255 or 57.08% from 233); Max value from RGB is 133 - color contains mainly: blue. Hex color #135185 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #135185 is #ECAE7A. Grayscale: #444444. Windows color (decimal): -15511163 or 8737043. OLE color: 8737043.

HSL color Cylindrical-coordinate representation of color #135185: hue angle of 207.37º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #135185 is Cyan = 0.86, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB1981133-
CMYK0.860.3900.48
HSL207.37º75%29.8%-
HSV(B)207.37º85.71%52.16%-
XYZ7.447.7223.29-
YUV68.39164.4692.77-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.15%
GREEN value IS 81 (32.03% from 255) = 34.76%
BLUE value IS 133 (52.34% from 255) = 57.08%
R=8.15%
G=34.76%
B=57.08%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal19811330.860.3900.48207.377529.8
Hex1351855627030cf4b1e
Octal231212051264706031711336
Binary100111010001100001011010110100111011000011001111100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135185; }

 p { color: rgb(19,81,133); }

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

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

 a { background-color: rgb(19,81,133); }

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

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

 span { border-color: rgb(19,81,133); }

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