Html Css Color HEX #0A516F Blue Lagoon

📋 copy color: '#0A516F'

red 10 ◦ green 81 ◦ blue 111

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

Shades of Blue Lagoon #0A516F

Tints of Blue Lagoon #0A516F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 54.95%

R = 4.95%
G = 40.1%
B = 54.95%

CMYK

 C value IS 0.91

 M value IS 0.27

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#0A516F (or 0x0A516F) is known color: Blue Lagoon. HEX triplet: 0A, 51 and 6F. RGB value is (10,81,111). Sum of RGB (Red+Green+Blue) = 10+81+111=202 (26% of max value = 765). Red value is 10 (4.30% from 255 or 4.95% from 202); Green value is 81 (32.03% from 255 or 40.10% from 202); Blue value is 111 (43.75% from 255 or 54.95% from 202); Max value from RGB is 111 - color contains mainly: blue. Hex color #0A516F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A516F is #F5AE90. Grayscale: #3F3F3F. Windows color (decimal): -16101009 or 7295242. OLE color: 7295242.

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

Color convert

RGB 10 81 111 -
CMYK 0.91 0.27 0 0.56
HSL 197.82º 0.83% 0.24% -
HSV(B) 197.82º 0.91% 0.44% -
XYZ 5.94 7.1 16.1 -
YUV 63.19 154.98 90.06 -
System Red Green Blue C M Y K H S L
Decimal 10 81 111 0.91 0.27 0 0.56 197.82 0.83 0.24
Hex A 51 6F 5B 1B 0 38 C6 53 18
Octal 12 121 157 133 33 0 70 306 123 30
Binary 1010 1010001 1101111 1011011 11011 0 111000 11000110 1010011 11000

Color Harmonies of #0A516F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A516F

Black with #0A516F

Text Example


Text Example

White with #0A516F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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