#0A627F

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

Shades of Blue Lagoon #0A627F

Tints of Blue Lagoon #0A627F

Color information

#0A627F (or 0x0A627F) is unknown color: approx Blue Lagoon. HEX triplet: 0A, 62 and 7F. RGB value is (10,98,127). Sum of RGB (Red+Green+Blue) = 10+98+127=235 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.26% from 235); Green value is 98 (38.67% from 255 or 41.70% from 235); Blue value is 127 (50% from 255 or 54.04% from 235); Max value from RGB is 127 - color contains mainly: blue. Hex color #0A627F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A627F is #F59D80. Grayscale: #4A4A4A. Windows color (decimal): -16096641 or 8348170. OLE color: 8348170.

HSL color Cylindrical-coordinate representation of color #0A627F: hue angle of 194.87º degrees, saturation: 0.85, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A627F is Cyan = 0.92, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB1098127-
CMYK0.920.2300.50
HSL194.87º85.4%26.86%-
HSV(B)194.87º92.13%49.8%-
XYZ8.3210.3321.63-
YUV74.99157.3581.64-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.26%
GREEN value IS 98 (38.67% from 255) = 41.70%
BLUE value IS 127 (50% from 255) = 54.04%
R=4.26%
G=41.70%
B=54.04%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal10981270.920.2300.50194.8785.426.86
HexA627F5C17032c3551b
Octal121421771342706230312533
Binary101011000101111111101110010111011001011000011101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A627F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A627F; }

 p { color: rgb(10,98,127); }

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

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

 a { background-color: rgb(10,98,127); }

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

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

 span { border-color: rgb(10,98,127); }

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