Html Css Color HEX #0B516B Blue Lagoon

📋 copy color: '#0B516B'

red 11 ◦ green 81 ◦ blue 107

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

Shades of Blue Lagoon #0B516B

Tints of Blue Lagoon #0B516B

RGB

 RED value IS 11 (4.69% from 255) = 5.53%

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

 BLUE value IS 107 (42.19% from 255) = 53.77%

R = 5.53%
G = 40.7%
B = 53.77%

CMYK

 C value IS 0.90

 M value IS 0.24

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#0B516B (or 0x0B516B) is known color: Blue Lagoon. HEX triplet: 0B, 51 and 6B. RGB value is (11,81,107). Sum of RGB (Red+Green+Blue) = 11+81+107=199 (26% of max value = 765). Red value is 11 (4.69% from 255 or 5.53% from 199); Green value is 81 (32.03% from 255 or 40.70% from 199); Blue value is 107 (42.19% from 255 or 53.77% from 199); Max value from RGB is 107 - color contains mainly: blue. Hex color #0B516B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B516B is #F4AE94. Grayscale: #3E3E3E. Windows color (decimal): -16035477 or 7033099. OLE color: 7033099.

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

Color convert

RGB 11 81 107 -
CMYK 0.90 0.24 0 0.58
HSL 196.25º 0.81% 0.23% -
HSV(B) 196.25º 0.9% 0.42% -
XYZ 5.73 7.02 14.96 -
YUV 63.03 152.81 90.89 -
System Red Green Blue C M Y K H S L
Decimal 11 81 107 0.90 0.24 0 0.58 196.25 0.81 0.23
Hex B 51 6B 5A 18 0 3A C4 51 17
Octal 13 121 153 132 30 0 72 304 121 27
Binary 1011 1010001 1101011 1011010 11000 0 111010 11000100 1010001 10111

Color Harmonies of #0B516B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B516B

Black with #0B516B

Text Example


Text Example

White with #0B516B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,81,107); }

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

background-color css

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

 a { background-color: rgb(11,81,107); }

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

border-color css

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

 span { border-color: rgb(11,81,107); }

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