#0A647F

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

Shades of Blue Lagoon #0A647F

Tints of Blue Lagoon #0A647F

Color information

#0A647F (or 0x0A647F) is unknown color: approx Blue Lagoon. HEX triplet: 0A, 64 and 7F. RGB value is (10,100,127). Sum of RGB (Red+Green+Blue) = 10+100+127=237 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.22% from 237); Green value is 100 (39.45% from 255 or 42.19% from 237); Blue value is 127 (50% from 255 or 53.59% from 237); Max value from RGB is 127 - color contains mainly: blue. Hex color #0A647F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A647F is #F59B80. Grayscale: #4B4B4B. Windows color (decimal): -16096129 or 8348682. OLE color: 8348682.

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

Color convert

RGB10100127-
CMYK0.920.2100.50
HSL193.85º85.4%26.86%-
HSV(B)193.85º92.13%49.8%-
XYZ8.5110.7121.7-
YUV76.17156.6880.8-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.22%
GREEN value IS 100 (39.45% from 255) = 42.19%
BLUE value IS 127 (50% from 255) = 53.59%
R=4.22%
G=42.19%
B=53.59%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal101001270.920.2100.50193.8585.426.86
HexA647F5C15032c2551b
Octal121441771342506230212533
Binary101011001001111111101110010101011001011000010101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A647F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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