Html Css Color HEX #0B516C Blue Lagoon

📋 copy color: '#0B516C'

red 11 ◦ green 81 ◦ blue 108

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

Shades of Blue Lagoon #0B516C

Tints of Blue Lagoon #0B516C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 54%

R = 5.5%
G = 40.5%
B = 54%

CMYK

 C value IS 0.90

 M value IS 0.25

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#0B516C (or 0x0B516C) is known color: Blue Lagoon. HEX triplet: 0B, 51 and 6C. RGB value is (11,81,108). Sum of RGB (Red+Green+Blue) = 11+81+108=200 (26% of max value = 765). Red value is 11 (4.69% from 255 or 5.5% from 200); Green value is 81 (32.03% from 255 or 40.5% from 200); Blue value is 108 (42.58% from 255 or 54% from 200); Max value from RGB is 108 - color contains mainly: blue. Hex color #0B516C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B516C is #F4AE93. Grayscale: #3E3E3E. Windows color (decimal): -16035476 or 7098635. OLE color: 7098635.

HSL color Cylindrical-coordinate representation of color #0B516C: hue angle of 196.7º degrees, saturation: 0.82, 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 #0B516C is Cyan = 0.90, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 11 81 108 -
CMYK 0.90 0.25 0 0.58
HSL 196.7º 0.82% 0.23% -
HSV(B) 196.7º 0.9% 0.42% -
XYZ 5.79 7.04 15.24 -
YUV 63.15 153.31 90.8 -
System Red Green Blue C M Y K H S L
Decimal 11 81 108 0.90 0.25 0 0.58 196.7 0.82 0.23
Hex B 51 6C 5A 19 0 3A C5 52 17
Octal 13 121 154 132 31 0 72 305 122 27
Binary 1011 1010001 1101100 1011010 11001 0 111010 11000101 1010010 10111

Color Harmonies of #0B516C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B516C

Black with #0B516C

Text Example


Text Example

White with #0B516C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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