#0A6775

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

Shades of Blue Lagoon #0A6775

Tints of Blue Lagoon #0A6775

Color information

#0A6775 (or 0x0A6775) is unknown color: approx Blue Lagoon. HEX triplet: 0A, 67 and 75. RGB value is (10,103,117). Sum of RGB (Red+Green+Blue) = 10+103+117=230 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.35% from 230); Green value is 103 (40.62% from 255 or 44.78% from 230); Blue value is 117 (46.09% from 255 or 50.87% from 230); Max value from RGB is 117 - color contains mainly: blue. Hex color #0A6775 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A6775 is #F5988A. Grayscale: #4C4C4C. Windows color (decimal): -16095371 or 7694090. OLE color: 7694090.

HSL color Cylindrical-coordinate representation of color #0A6775: hue angle of 187.85º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A6775 is Cyan = 0.91, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB10103117-
CMYK0.910.1200.54
HSL187.85º84.25%24.9%-
HSV(B)187.85º91.45%45.88%-
XYZ8.1911.0518.53-
YUV76.79150.6980.36-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.35%
GREEN value IS 103 (40.62% from 255) = 44.78%
BLUE value IS 117 (46.09% from 255) = 50.87%
R=4.35%
G=44.78%
B=50.87%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal101031170.910.1200.54187.8584.2524.9
HexA67755BC036bc5419
Octal121471651331406627412431
Binary10101100111111010110110111100011011010111100101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A6775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,103,117); }

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

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

 a { background-color: rgb(10,103,117); }

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

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

 span { border-color: rgb(10,103,117); }

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