#125968

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

Shades of Blue Lagoon #125968

Tints of Blue Lagoon #125968

Color information

#125968 (or 0x125968) is unknown color: approx Blue Lagoon. HEX triplet: 12, 59 and 68. RGB value is (18,89,104). Sum of RGB (Red+Green+Blue) = 18+89+104=211 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.53% from 211); Green value is 89 (35.16% from 255 or 42.18% from 211); Blue value is 104 (41.02% from 255 or 49.29% from 211); Max value from RGB is 104 - color contains mainly: blue. Hex color #125968 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125968 is #EDA697. Grayscale: #454545. Windows color (decimal): -15574680 or 6838546. OLE color: 6838546.

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

Color convert

RGB1889104-
CMYK0.830.1400.59
HSL190.47º70.49%23.92%-
HSV(B)190.47º82.69%40.78%-
XYZ6.328.2714.36-
YUV69.48147.4891.28-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.53%
GREEN value IS 89 (35.16% from 255) = 42.18%
BLUE value IS 104 (41.02% from 255) = 49.29%
R=8.53%
G=42.18%
B=49.29%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal18891040.830.1400.59190.4770.4923.92
Hex12596853E03Bbe4618
Octal221311501231607327610630
Binary100101011001110100010100111110011101110111110100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125968; }

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

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

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

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

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

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

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

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