Html Css Color HEX #0A516E Blue Lagoon

📋 copy color: '#0A516E'

red 10 ◦ green 81 ◦ blue 110

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

Shades of Blue Lagoon #0A516E

Tints of Blue Lagoon #0A516E

RGB

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

 GREEN value IS 81 (32.03% from 255) = 40.3%

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

R = 4.98%
G = 40.3%
B = 54.73%

CMYK

 C value IS 0.91

 M value IS 0.26

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#0A516E (or 0x0A516E) is known color: Blue Lagoon. HEX triplet: 0A, 51 and 6E. RGB value is (10,81,110). Sum of RGB (Red+Green+Blue) = 10+81+110=201 (26% of max value = 765). Red value is 10 (4.30% from 255 or 4.98% from 201); Green value is 81 (32.03% from 255 or 40.30% from 201); Blue value is 110 (43.36% from 255 or 54.73% from 201); Max value from RGB is 110 - color contains mainly: blue. Hex color #0A516E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A516E is #F5AE91. Grayscale: #3E3E3E. Windows color (decimal): -16101010 or 7229706. OLE color: 7229706.

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

Color convert

RGB 10 81 110 -
CMYK 0.91 0.26 0 0.57
HSL 197.4º 0.83% 0.24% -
HSV(B) 197.4º 0.91% 0.43% -
XYZ 5.88 7.08 15.81 -
YUV 63.08 154.48 90.14 -
System Red Green Blue C M Y K H S L
Decimal 10 81 110 0.91 0.26 0 0.57 197.4 0.83 0.24
Hex A 51 6E 5B 1A 0 39 C5 53 18
Octal 12 121 156 133 32 0 71 305 123 30
Binary 1010 1010001 1101110 1011011 11010 0 111001 11000101 1010011 11000

Color Harmonies of #0A516E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A516E

Black with #0A516E

Text Example


Text Example

White with #0A516E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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