Html Css Color HEX #0A596E Blue Lagoon

📋 copy color: '#0A596E'

red 10 ◦ green 89 ◦ blue 110

#0A596E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Lagoon #0A596E

Tints of Blue Lagoon #0A596E

RGB

 RED value IS 10 (4.3% from 255) = 4.78%

 GREEN value IS 89 (35.16% from 255) = 42.58%

 BLUE value IS 110 (43.36% from 255) = 52.63%

R = 4.78%
G = 42.58%
B = 52.63%

CMYK

 C value IS 0.91

 M value IS 0.19

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#0A596E (or 0x0A596E) is known color: Blue Lagoon. HEX triplet: 0A, 59 and 6E. RGB value is (10,89,110). Sum of RGB (Red+Green+Blue) = 10+89+110=209 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.78% from 209); Green value is 89 (35.16% from 255 or 42.58% from 209); Blue value is 110 (43.36% from 255 or 52.63% from 209); Max value from RGB is 110 - color contains mainly: blue. Hex color #0A596E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A596E is #F5A691. Grayscale: #434343. Windows color (decimal): -16098962 or 7231754. OLE color: 7231754.

HSL color Cylindrical-coordinate representation of color #0A596E: hue angle of 192.6º degrees, saturation: 0.83, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A596E is Cyan = 0.91, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 10 89 110 -
CMYK 0.91 0.19 0 0.57
HSL 192.6º 0.83% 0.24% -
HSV(B) 192.6º 0.91% 0.43% -
XYZ 6.51 8.34 16.02 -
YUV 67.77 151.83 86.79 -
System Red Green Blue C M Y K H S L
Decimal 10 89 110 0.91 0.19 0 0.57 192.6 0.83 0.24
Hex A 59 6E 5B 13 0 39 C1 53 18
Octal 12 131 156 133 23 0 71 301 123 30
Binary 1010 1011001 1101110 1011011 10011 0 111001 11000001 1010011 11000

Color Harmonies of #0A596E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A596E

Black with #0A596E

Text Example


Text Example

White with #0A596E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,89,110); }

 H1.HeaderClassName
 {
   color: #0A596E;
 }
 .AnyTagClassName
 {
   color: #0A596E;
 }
</style>

background-color css

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

 a { background-color: rgb(10,89,110); }

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

border-color css

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

 span { border-color: rgb(10,89,110); }

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