#135080

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

Shades of Dark Cerulean #135080

Tints of Dark Cerulean #135080

Color information

#135080 (or 0x135080) is unknown color: approx Dark Cerulean. HEX triplet: 13, 50 and 80. RGB value is (19,80,128). Sum of RGB (Red+Green+Blue) = 19+80+128=227 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.37% from 227); Green value is 80 (31.64% from 255 or 35.24% from 227); Blue value is 128 (50.39% from 255 or 56.39% from 227); Max value from RGB is 128 - color contains mainly: blue. Hex color #135080 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #135080 is #ECAF7F. Grayscale: #424242. Windows color (decimal): -15511424 or 8409107. OLE color: 8409107.

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

Color convert

RGB1980128-
CMYK0.850.3800.50
HSL206.42º74.15%28.82%-
HSV(B)206.42º85.16%50.2%-
XYZ7.037.4321.49-
YUV67.23162.2993.6-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.37%
GREEN value IS 80 (31.64% from 255) = 35.24%
BLUE value IS 128 (50.39% from 255) = 56.39%
R=8.37%
G=35.24%
B=56.39%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal19801280.850.3800.50206.4274.1528.82
Hex1350805526032ce4a1d
Octal231202001254606231611235
Binary100111010000100000001010101100110011001011001110100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135080; }

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

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

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

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

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

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

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

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