#125565

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

Shades of Blue Lagoon #125565

Tints of Blue Lagoon #125565

Color information

#125565 (or 0x125565) is unknown color: approx Blue Lagoon. HEX triplet: 12, 55 and 65. RGB value is (18,85,101). Sum of RGB (Red+Green+Blue) = 18+85+101=204 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.82% from 204); Green value is 85 (33.59% from 255 or 41.67% from 204); Blue value is 101 (39.84% from 255 or 49.51% from 204); Max value from RGB is 101 - color contains mainly: blue. Hex color #125565 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125565 is #EDAA9A. Grayscale: #424242. Windows color (decimal): -15575707 or 6640914. OLE color: 6640914.

HSL color Cylindrical-coordinate representation of color #125565: hue angle of 191.57º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #125565 is Cyan = 0.82, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB1885101-
CMYK0.820.1600.60
HSL191.57º69.75%23.33%-
HSV(B)191.57º82.18%39.61%-
XYZ5.857.5713.46-
YUV66.79147.393.2-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.82%
GREEN value IS 85 (33.59% from 255) = 41.67%
BLUE value IS 101 (39.84% from 255) = 49.51%
R=8.82%
G=41.67%
B=49.51%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal18851010.820.1600.60191.5769.7523.33
Hex125565521003Cc04617
Octal221251451222007430010627
Binary1001010101011100101101001010000011110011000000100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125565; }

 p { color: rgb(18,85,101); }

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

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

 a { background-color: rgb(18,85,101); }

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

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

 span { border-color: rgb(18,85,101); }

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