Html Css Color HEX #0B616F Blue Lagoon

📋 copy color: '#0B616F'

red 11 ◦ green 97 ◦ blue 111

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

Shades of Blue Lagoon #0B616F

Tints of Blue Lagoon #0B616F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 50.68%

R = 5.02%
G = 44.29%
B = 50.68%

CMYK

 C value IS 0.90

 M value IS 0.13

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#0B616F (or 0x0B616F) is known color: Blue Lagoon. HEX triplet: 0B, 61 and 6F. RGB value is (11,97,111). Sum of RGB (Red+Green+Blue) = 11+97+111=219 (29% of max value = 765). Red value is 11 (4.69% from 255 or 5.02% from 219); Green value is 97 (38.28% from 255 or 44.29% from 219); Blue value is 111 (43.75% from 255 or 50.68% from 219); Max value from RGB is 111 - color contains mainly: blue. Hex color #0B616F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B616F is #F49E90. Grayscale: #484848. Windows color (decimal): -16031377 or 7299339. OLE color: 7299339.

HSL color Cylindrical-coordinate representation of color #0B616F: hue angle of 188.4º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B616F is Cyan = 0.90, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 11 97 111 -
CMYK 0.90 0.13 0 0.56
HSL 188.4º 0.82% 0.24% -
HSV(B) 188.4º 0.9% 0.44% -
XYZ 7.28 9.77 16.54 -
YUV 72.88 149.51 83.86 -
System Red Green Blue C M Y K H S L
Decimal 11 97 111 0.90 0.13 0 0.56 188.4 0.82 0.24
Hex B 61 6F 5A D 0 38 BC 52 18
Octal 13 141 157 132 15 0 70 274 122 30
Binary 1011 1100001 1101111 1011010 1101 0 111000 10111100 1010010 11000

Color Harmonies of #0B616F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B616F

Black with #0B616F

Text Example


Text Example

White with #0B616F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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