#145080

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

Shades of Dark Cerulean #145080

Tints of Dark Cerulean #145080

Color information

#145080 (or 0x145080) is unknown color: approx Dark Cerulean. HEX triplet: 14, 50 and 80. RGB value is (20,80,128). Sum of RGB (Red+Green+Blue) = 20+80+128=228 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.77% from 228); Green value is 80 (31.64% from 255 or 35.09% from 228); Blue value is 128 (50.39% from 255 or 56.14% from 228); Max value from RGB is 128 - color contains mainly: blue. Hex color #145080 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #145080 is #EBAF7F. Grayscale: #434343. Windows color (decimal): -15445888 or 8409108. OLE color: 8409108.

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

Color convert

RGB2080128-
CMYK0.840.3800.50
HSL206.67º72.97%29.02%-
HSV(B)206.67º84.38%50.2%-
XYZ7.057.4421.49-
YUV67.53162.1294.1-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.77%
GREEN value IS 80 (31.64% from 255) = 35.09%
BLUE value IS 128 (50.39% from 255) = 56.14%
R=8.77%
G=35.09%
B=56.14%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal20801280.840.3800.50206.6772.9729.02
Hex1450805426032cf491d
Octal241202001244606231711135
Binary101001010000100000001010100100110011001011001111100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145080; }

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

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

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

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

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

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

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

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