#125869

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

Shades of Blue Lagoon #125869

Tints of Blue Lagoon #125869

Color information

#125869 (or 0x125869) is unknown color: approx Blue Lagoon. HEX triplet: 12, 58 and 69. RGB value is (18,88,105). Sum of RGB (Red+Green+Blue) = 18+88+105=211 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.53% from 211); Green value is 88 (34.77% from 255 or 41.71% from 211); Blue value is 105 (41.41% from 255 or 49.76% from 211); Max value from RGB is 105 - color contains mainly: blue. Hex color #125869 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125869 is #EDA796. Grayscale: #444444. Windows color (decimal): -15574935 or 6903826. OLE color: 6903826.

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

Color convert

RGB1888105-
CMYK0.830.1600.59
HSL191.72º70.73%24.12%-
HSV(B)191.72º82.86%41.18%-
XYZ6.298.1314.6-
YUV69.01148.3191.62-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.53%
GREEN value IS 88 (34.77% from 255) = 41.71%
BLUE value IS 105 (41.41% from 255) = 49.76%
R=8.53%
G=41.71%
B=49.76%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal18881050.830.1600.59191.7270.7324.12
Hex125869531003Bc04718
Octal221301511232007330010730
Binary1001010110001101001101001110000011101111000000100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125869; }

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

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

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

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

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

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

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

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