#125767

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

Shades of Blue Lagoon #125767

Tints of Blue Lagoon #125767

Color information

#125767 (or 0x125767) is unknown color: approx Blue Lagoon. HEX triplet: 12, 57 and 67. RGB value is (18,87,103). Sum of RGB (Red+Green+Blue) = 18+87+103=208 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.65% from 208); Green value is 87 (34.38% from 255 or 41.83% from 208); Blue value is 103 (40.62% from 255 or 49.52% from 208); Max value from RGB is 103 - color contains mainly: blue. Hex color #125767 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125767 is #EDA898. Grayscale: #444444. Windows color (decimal): -15575193 or 6772498. OLE color: 6772498.

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

Color convert

RGB1887103-
CMYK0.830.1600.60
HSL191.29º70.25%23.73%-
HSV(B)191.29º82.52%40.39%-
XYZ6.117.9214.04-
YUV68.19147.6492.2-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.65%
GREEN value IS 87 (34.38% from 255) = 41.83%
BLUE value IS 103 (40.62% from 255) = 49.52%
R=8.65%
G=41.83%
B=49.52%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal18871030.830.1600.60191.2970.2523.73
Hex125767531003Cbf4618
Octal221271471232007427710630
Binary1001010101111100111101001110000011110010111111100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125767; }

 p { color: rgb(18,87,103); }

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

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

 a { background-color: rgb(18,87,103); }

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

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

 span { border-color: rgb(18,87,103); }

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