#0A637F

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

Shades of Blue Lagoon #0A637F

Tints of Blue Lagoon #0A637F

Color information

#0A637F (or 0x0A637F) is unknown color: approx Blue Lagoon. HEX triplet: 0A, 63 and 7F. RGB value is (10,99,127). Sum of RGB (Red+Green+Blue) = 10+99+127=236 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.24% from 236); Green value is 99 (39.06% from 255 or 41.95% from 236); Blue value is 127 (50% from 255 or 53.81% from 236); Max value from RGB is 127 - color contains mainly: blue. Hex color #0A637F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A637F is #F59C80. Grayscale: #4B4B4B. Windows color (decimal): -16096385 or 8348426. OLE color: 8348426.

HSL color Cylindrical-coordinate representation of color #0A637F: hue angle of 194.36º 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 #0A637F is Cyan = 0.92, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB1099127-
CMYK0.920.2200.50
HSL194.36º85.4%26.86%-
HSV(B)194.36º92.13%49.8%-
XYZ8.4210.5221.67-
YUV75.58157.0181.22-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.24%
GREEN value IS 99 (39.06% from 255) = 41.95%
BLUE value IS 127 (50% from 255) = 53.81%
R=4.24%
G=41.95%
B=53.81%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal10991270.920.2200.50194.3685.426.86
HexA637F5C16032c2551b
Octal121431771342606230212533
Binary101011000111111111101110010110011001011000010101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A637F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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