#145869

Color #145869 Blue Lagoon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Lagoon #145869

Tints of Blue Lagoon #145869

Color information

#145869 (or 0x145869) is unknown color: approx Blue Lagoon. HEX triplet: 14, 58 and 69. RGB value is (20,88,105). Sum of RGB (Red+Green+Blue) = 20+88+105=213 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.39% from 213); Green value is 88 (34.77% from 255 or 41.31% from 213); Blue value is 105 (41.41% from 255 or 49.30% from 213); Max value from RGB is 105 - color contains mainly: blue. Hex color #145869 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145869 is #EBA796. Grayscale: #454545. Windows color (decimal): -15443863 or 6903828. OLE color: 6903828.

HSL color Cylindrical-coordinate representation of color #145869: hue angle of 192º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #145869 is Cyan = 0.81, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB2088105-
CMYK0.810.1600.59
HSL192º68%24.51%-
HSV(B)192º80.95%41.18%-
XYZ6.338.1514.6-
YUV69.61147.9792.62-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.39%
GREEN value IS 88 (34.77% from 255) = 41.31%
BLUE value IS 105 (41.41% from 255) = 49.30%
R=9.39%
G=41.31%
B=49.30%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal20881050.810.1600.591926824.51
Hex145869511003Bc04419
Octal241301511212007330010431
Binary1010010110001101001101000110000011101111000000100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145869; }

 p { color: rgb(20,88,105); }

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

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

 a { background-color: rgb(20,88,105); }

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

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

 span { border-color: rgb(20,88,105); }

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