#145086

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

Shades of Dark Cerulean #145086

Tints of Dark Cerulean #145086

Color information

#145086 (or 0x145086) is unknown color: approx Dark Cerulean. HEX triplet: 14, 50 and 86. RGB value is (20,80,134). Sum of RGB (Red+Green+Blue) = 20+80+134=234 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.55% from 234); Green value is 80 (31.64% from 255 or 34.19% from 234); Blue value is 134 (52.73% from 255 or 57.26% from 234); Max value from RGB is 134 - color contains mainly: blue. Hex color #145086 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #145086 is #EBAF79. Grayscale: #434343. Windows color (decimal): -15445882 or 8802324. OLE color: 8802324.

HSL color Cylindrical-coordinate representation of color #145086: hue angle of 208.42º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #145086 is Cyan = 0.85, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB2080134-
CMYK0.850.4000.47
HSL208.42º74.03%30.2%-
HSV(B)208.42º85.07%52.55%-
XYZ7.467.6123.63-
YUV68.22165.1293.61-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.55%
GREEN value IS 80 (31.64% from 255) = 34.19%
BLUE value IS 134 (52.73% from 255) = 57.26%
R=8.55%
G=34.19%
B=57.26%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal20801340.850.4000.47208.4274.0330.2
Hex145086552802Fd04a1e
Octal241202061255005732011236
Binary101001010000100001101010101101000010111111010000100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145086; }

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

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

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

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

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

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

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

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