Html Css Color HEX #0A566E Blue Lagoon

📋 copy color: '#0A566E'

red 10 ◦ green 86 ◦ blue 110

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

Shades of Blue Lagoon #0A566E

Tints of Blue Lagoon #0A566E

RGB

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

 GREEN value IS 86 (33.98% from 255) = 41.75%

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

R = 4.85%
G = 41.75%
B = 53.4%

CMYK

 C value IS 0.91

 M value IS 0.22

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#0A566E (or 0x0A566E) is known color: Blue Lagoon. HEX triplet: 0A, 56 and 6E. RGB value is (10,86,110). Sum of RGB (Red+Green+Blue) = 10+86+110=206 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.85% from 206); Green value is 86 (33.98% from 255 or 41.75% from 206); Blue value is 110 (43.36% from 255 or 53.40% from 206); Max value from RGB is 110 - color contains mainly: blue. Hex color #0A566E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A566E is #F5A991. Grayscale: #414141. Windows color (decimal): -16099730 or 7230986. OLE color: 7230986.

HSL color Cylindrical-coordinate representation of color #0A566E: hue angle of 194.4º 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 #0A566E is Cyan = 0.91, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 10 86 110 -
CMYK 0.91 0.22 0 0.57
HSL 194.4º 0.83% 0.24% -
HSV(B) 194.4º 0.91% 0.43% -
XYZ 6.27 7.85 15.94 -
YUV 66.01 152.82 88.05 -
System Red Green Blue C M Y K H S L
Decimal 10 86 110 0.91 0.22 0 0.57 194.4 0.83 0.24
Hex A 56 6E 5B 16 0 39 C2 53 18
Octal 12 126 156 133 26 0 71 302 123 30
Binary 1010 1010110 1101110 1011011 10110 0 111001 11000010 1010011 11000

Color Harmonies of #0A566E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A566E

Black with #0A566E

Text Example


Text Example

White with #0A566E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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