Html Css Color HEX #0B616C Blue Lagoon

📋 copy color: '#0B616C'

red 11 ◦ green 97 ◦ blue 108

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

Shades of Blue Lagoon #0B616C

Tints of Blue Lagoon #0B616C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 44.91%

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

R = 5.09%
G = 44.91%
B = 50%

CMYK

 C value IS 0.90

 M value IS 0.10

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#0B616C (or 0x0B616C) is known color: Blue Lagoon. HEX triplet: 0B, 61 and 6C. RGB value is (11,97,108). Sum of RGB (Red+Green+Blue) = 11+97+108=216 (28% of max value = 765). Red value is 11 (4.69% from 255 or 5.09% from 216); Green value is 97 (38.28% from 255 or 44.91% from 216); Blue value is 108 (42.58% from 255 or 50% from 216); Max value from RGB is 108 - color contains mainly: blue. Hex color #0B616C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B616C is #F49E93. Grayscale: #484848. Windows color (decimal): -16031380 or 7102731. OLE color: 7102731.

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

Color convert

RGB 11 97 108 -
CMYK 0.90 0.10 0 0.58
HSL 186.8º 0.82% 0.23% -
HSV(B) 186.8º 0.9% 0.42% -
XYZ 7.12 9.7 15.69 -
YUV 72.54 148.01 84.11 -
System Red Green Blue C M Y K H S L
Decimal 11 97 108 0.90 0.10 0 0.58 186.8 0.82 0.23
Hex B 61 6C 5A A 0 3A BB 52 17
Octal 13 141 154 132 12 0 72 273 122 27
Binary 1011 1100001 1101100 1011010 1010 0 111010 10111011 1010010 10111

Color Harmonies of #0B616C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B616C

Black with #0B616C

Text Example


Text Example

White with #0B616C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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