Html Css Color HEX #0B516A Blue Lagoon

📋 copy color: '#0B516A'

red 11 ◦ green 81 ◦ blue 106

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

Shades of Blue Lagoon #0B516A

Tints of Blue Lagoon #0B516A

RGB

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

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

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

R = 5.56%
G = 40.91%
B = 53.54%

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

#0B516A (or 0x0B516A) is known color: Blue Lagoon. HEX triplet: 0B, 51 and 6A. RGB value is (11,81,106). Sum of RGB (Red+Green+Blue) = 11+81+106=198 (26% of max value = 765). Red value is 11 (4.69% from 255 or 5.56% from 198); Green value is 81 (32.03% from 255 or 40.91% from 198); Blue value is 106 (41.80% from 255 or 53.54% from 198); Max value from RGB is 106 - color contains mainly: blue. Hex color #0B516A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B516A is #F4AE95. Grayscale: #3E3E3E. Windows color (decimal): -16035478 or 6967563. OLE color: 6967563.

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

Color convert

RGB 11 81 106 -
CMYK 0.90 0.24 0 0.58
HSL 195.79º 0.81% 0.23% -
HSV(B) 195.79º 0.9% 0.42% -
XYZ 5.68 7 14.69 -
YUV 62.92 152.31 90.97 -
System Red Green Blue C M Y K H S L
Decimal 11 81 106 0.90 0.24 0 0.58 195.79 0.81 0.23
Hex B 51 6A 5A 18 0 3A C4 51 17
Octal 13 121 152 132 30 0 72 304 121 27
Binary 1011 1010001 1101010 1011010 11000 0 111010 11000100 1010001 10111

Color Harmonies of #0B516A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B516A

Black with #0B516A

Text Example


Text Example

White with #0B516A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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