#0A647D

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

Shades of Blue Lagoon #0A647D

Tints of Blue Lagoon #0A647D

Color information

#0A647D (or 0x0A647D) is unknown color: approx Blue Lagoon. HEX triplet: 0A, 64 and 7D. RGB value is (10,100,125). Sum of RGB (Red+Green+Blue) = 10+100+125=235 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.26% from 235); Green value is 100 (39.45% from 255 or 42.55% from 235); Blue value is 125 (49.22% from 255 or 53.19% from 235); Max value from RGB is 125 - color contains mainly: blue. Hex color #0A647D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A647D is #F59B82. Grayscale: #4B4B4B. Windows color (decimal): -16096131 or 8217610. OLE color: 8217610.

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

Color convert

RGB10100125-
CMYK0.920.200.51
HSL193.04º85.19%26.47%-
HSV(B)193.04º92%49.02%-
XYZ8.3810.6621.02-
YUV75.94155.6880.97-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.26%
GREEN value IS 100 (39.45% from 255) = 42.55%
BLUE value IS 125 (49.22% from 255) = 53.19%
R=4.26%
G=42.55%
B=53.19%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal101001250.920.200.51193.0485.1926.47
HexA647D5C14033c1551a
Octal121441751342406330112532
Binary101011001001111101101110010100011001111000001101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A647D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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