#0A627E

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

Shades of Blue Lagoon #0A627E

Tints of Blue Lagoon #0A627E

Color information

#0A627E (or 0x0A627E) is unknown color: approx Blue Lagoon. HEX triplet: 0A, 62 and 7E. RGB value is (10,98,126). Sum of RGB (Red+Green+Blue) = 10+98+126=234 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.27% from 234); Green value is 98 (38.67% from 255 or 41.88% from 234); Blue value is 126 (49.61% from 255 or 53.85% from 234); Max value from RGB is 126 - color contains mainly: blue. Hex color #0A627E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A627E is #F59D81. Grayscale: #4A4A4A. Windows color (decimal): -16096642 or 8282634. OLE color: 8282634.

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

Color convert

RGB1098126-
CMYK0.920.2200.51
HSL194.48º85.29%26.67%-
HSV(B)194.48º92.06%49.41%-
XYZ8.2610.3121.29-
YUV74.88156.8581.72-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.27%
GREEN value IS 98 (38.67% from 255) = 41.88%
BLUE value IS 126 (49.61% from 255) = 53.85%
R=4.27%
G=41.88%
B=53.85%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal10981260.920.2200.51194.4885.2926.67
HexA627E5C16033c2551b
Octal121421761342606330212533
Binary101011000101111110101110010110011001111000010101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A627E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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