#135081

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

Shades of Dark Cerulean #135081

Tints of Dark Cerulean #135081

Color information

#135081 (or 0x135081) is unknown color: approx Dark Cerulean. HEX triplet: 13, 50 and 81. RGB value is (19,80,129). Sum of RGB (Red+Green+Blue) = 19+80+129=228 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.33% from 228); Green value is 80 (31.64% from 255 or 35.09% from 228); Blue value is 129 (50.78% from 255 or 56.58% from 228); Max value from RGB is 129 - color contains mainly: blue. Hex color #135081 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #135081 is #ECAF7E. Grayscale: #434343. Windows color (decimal): -15511423 or 8474643. OLE color: 8474643.

HSL color Cylindrical-coordinate representation of color #135081: hue angle of 206.73º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #135081 is Cyan = 0.85, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB1980129-
CMYK0.850.3800.49
HSL206.73º74.32%29.02%-
HSV(B)206.73º85.27%50.59%-
XYZ7.17.4621.83-
YUV67.35162.7993.52-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.33%
GREEN value IS 80 (31.64% from 255) = 35.09%
BLUE value IS 129 (50.78% from 255) = 56.58%
R=8.33%
G=35.09%
B=56.58%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal19801290.850.3800.49206.7374.3229.02
Hex1350815526031cf4a1d
Octal231202011254606131711235
Binary100111010000100000011010101100110011000111001111100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135081; }

 p { color: rgb(19,80,129); }

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

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

 a { background-color: rgb(19,80,129); }

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

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

 span { border-color: rgb(19,80,129); }

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