#0a607a

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

Shades of Blue Lagoon #0A607A

Tints of Blue Lagoon #0A607A

Color information

#0A607A (or 0x0A607A) is unknown color: approx Blue Lagoon. HEX triplet: 0A, 60 and 7A. RGB value is (10,96,122). Sum of RGB (Red+Green+Blue) = 10+96+122=228 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.39% from 228); Green value is 96 (37.89% from 255 or 42.11% from 228); Blue value is 122 (48.05% from 255 or 53.51% from 228); Max value from RGB is 122 - color contains mainly: blue. Hex color #0A607A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A607A is #F59F85. Grayscale: #494949. Windows color (decimal): -16097158 or 8019978. OLE color: 8019978.

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

Color convert

RGB1096122-
CMYK0.920.2100.52
HSL193.93º84.85%25.88%-
HSV(B)193.93º91.8%47.84%-
XYZ7.829.8419.9-
YUV73.25155.5182.89-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.39%
GREEN value IS 96 (37.89% from 255) = 42.11%
BLUE value IS 122 (48.05% from 255) = 53.51%
R=4.39%
G=42.11%
B=53.51%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal10961220.920.2100.52193.9384.8525.88
HexA607A5C15034c2551a
Octal121401721342506430212532
Binary101011000001111010101110010101011010011000010101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0a607a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,96,122); }

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

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

 a { background-color: rgb(10,96,122); }

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

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

 span { border-color: rgb(10,96,122); }

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