#0A6978

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

Shades of Blue Lagoon #0A6978

Tints of Blue Lagoon #0A6978

Color information

#0A6978 (or 0x0A6978) is unknown color: approx Blue Lagoon. HEX triplet: 0A, 69 and 78. RGB value is (10,105,120). Sum of RGB (Red+Green+Blue) = 10+105+120=235 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.26% from 235); Green value is 105 (41.41% from 255 or 44.68% from 235); Blue value is 120 (47.27% from 255 or 51.06% from 235); Max value from RGB is 120 - color contains mainly: blue. Hex color #0A6978 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A6978 is #F59687. Grayscale: #4E4E4E. Windows color (decimal): -16094856 or 7891210. OLE color: 7891210.

HSL color Cylindrical-coordinate representation of color #0A6978: hue angle of 188.18º degrees, saturation: 0.85, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A6978 is Cyan = 0.92, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB10105120-
CMYK0.920.1300.53
HSL188.18º84.62%25.49%-
HSV(B)188.18º91.67%47.06%-
XYZ8.5711.5219.54-
YUV78.31151.5379.28-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.26%
GREEN value IS 105 (41.41% from 255) = 44.68%
BLUE value IS 120 (47.27% from 255) = 51.06%
R=4.26%
G=44.68%
B=51.06%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal101051200.920.1300.53188.1884.6225.49
HexA69785CD035bc5519
Octal121511701341506527412531
Binary10101101001111100010111001101011010110111100101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A6978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,105,120); }

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

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

 a { background-color: rgb(10,105,120); }

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

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

 span { border-color: rgb(10,105,120); }

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