#125969

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

Shades of Blue Lagoon #125969

Tints of Blue Lagoon #125969

Color information

#125969 (or 0x125969) is unknown color: approx Blue Lagoon. HEX triplet: 12, 59 and 69. RGB value is (18,89,105). Sum of RGB (Red+Green+Blue) = 18+89+105=212 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.49% from 212); Green value is 89 (35.16% from 255 or 41.98% from 212); Blue value is 105 (41.41% from 255 or 49.53% from 212); Max value from RGB is 105 - color contains mainly: blue. Hex color #125969 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125969 is #EDA696. Grayscale: #454545. Windows color (decimal): -15574679 or 6904082. OLE color: 6904082.

HSL color Cylindrical-coordinate representation of color #125969: hue angle of 191.03º 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 #125969 is Cyan = 0.83, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB1889105-
CMYK0.830.1500.59
HSL191.03º70.73%24.12%-
HSV(B)191.03º82.86%41.18%-
XYZ6.378.2914.63-
YUV69.6147.9891.2-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.49%
GREEN value IS 89 (35.16% from 255) = 41.98%
BLUE value IS 105 (41.41% from 255) = 49.53%
R=8.49%
G=41.98%
B=49.53%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal18891050.830.1500.59191.0370.7324.12
Hex12596953F03Bbf4718
Octal221311511231707327710730
Binary100101011001110100110100111111011101110111111100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125969; }

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

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

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

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

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

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

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

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