Html Css Color HEX #0A516A Blue Lagoon

📋 copy color: '#0A516A'

red 10 ◦ green 81 ◦ blue 106

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

Shades of Blue Lagoon #0A516A

Tints of Blue Lagoon #0A516A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 53.81%

R = 5.08%
G = 41.12%
B = 53.81%

CMYK

 C value IS 0.91

 M value IS 0.24

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#0A516A (or 0x0A516A) is known color: Blue Lagoon. HEX triplet: 0A, 51 and 6A. RGB value is (10,81,106). Sum of RGB (Red+Green+Blue) = 10+81+106=197 (26% of max value = 765). Red value is 10 (4.30% from 255 or 5.08% from 197); Green value is 81 (32.03% from 255 or 41.12% from 197); Blue value is 106 (41.80% from 255 or 53.81% from 197); Max value from RGB is 106 - color contains mainly: blue. Hex color #0A516A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A516A is #F5AE95. Grayscale: #3E3E3E. Windows color (decimal): -16101014 or 6967562. OLE color: 6967562.

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

Color convert

RGB 10 81 106 -
CMYK 0.91 0.24 0 0.58
HSL 195.63º 0.83% 0.23% -
HSV(B) 195.63º 0.91% 0.42% -
XYZ 5.67 6.99 14.69 -
YUV 62.62 152.48 90.47 -
System Red Green Blue C M Y K H S L
Decimal 10 81 106 0.91 0.24 0 0.58 195.63 0.83 0.23
Hex A 51 6A 5B 18 0 3A C4 53 17
Octal 12 121 152 133 30 0 72 304 123 27
Binary 1010 1010001 1101010 1011011 11000 0 111010 11000100 1010011 10111

Color Harmonies of #0A516A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A516A

Black with #0A516A

Text Example


Text Example

White with #0A516A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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