#0A5F7E

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

Shades of Blue Lagoon #0A5F7E

Tints of Blue Lagoon #0A5F7E

Color information

#0A5F7E (or 0x0A5F7E) is unknown color: approx Blue Lagoon. HEX triplet: 0A, 5F and 7E. RGB value is (10,95,126). Sum of RGB (Red+Green+Blue) = 10+95+126=231 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.33% from 231); Green value is 95 (37.5% from 255 or 41.13% from 231); Blue value is 126 (49.61% from 255 or 54.55% from 231); Max value from RGB is 126 - color contains mainly: blue. Hex color #0A5F7E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A5F7E is #F5A081. Grayscale: #484848. Windows color (decimal): -16097410 or 8281866. OLE color: 8281866.

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

Color convert

RGB1095126-
CMYK0.920.2500.51
HSL196.03º85.29%26.67%-
HSV(B)196.03º92.06%49.41%-
XYZ7.989.7621.2-
YUV73.12157.8482.98-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.33%
GREEN value IS 95 (37.5% from 255) = 41.13%
BLUE value IS 126 (49.61% from 255) = 54.55%
R=4.33%
G=41.13%
B=54.55%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal10951260.920.2500.51196.0385.2926.67
HexA5F7E5C19033c4551b
Octal121371761343106330412533
Binary101010111111111110101110011001011001111000100101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A5F7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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