Html Css Color HEX #0B616D Blue Lagoon

📋 copy color: '#0B616D'

red 11 ◦ green 97 ◦ blue 109

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

Shades of Blue Lagoon #0B616D

Tints of Blue Lagoon #0B616D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 50.23%

R = 5.07%
G = 44.7%
B = 50.23%

CMYK

 C value IS 0.90

 M value IS 0.11

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#0B616D (or 0x0B616D) is known color: Blue Lagoon. HEX triplet: 0B, 61 and 6D. RGB value is (11,97,109). Sum of RGB (Red+Green+Blue) = 11+97+109=217 (28% of max value = 765). Red value is 11 (4.69% from 255 or 5.07% from 217); Green value is 97 (38.28% from 255 or 44.70% from 217); Blue value is 109 (42.97% from 255 or 50.23% from 217); Max value from RGB is 109 - color contains mainly: blue. Hex color #0B616D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B616D is #F49E92. Grayscale: #484848. Windows color (decimal): -16031379 or 7168267. OLE color: 7168267.

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

Color convert

RGB 11 97 109 -
CMYK 0.90 0.11 0 0.57
HSL 187.35º 0.82% 0.24% -
HSV(B) 187.35º 0.9% 0.43% -
XYZ 7.17 9.72 15.97 -
YUV 72.65 148.51 84.02 -
System Red Green Blue C M Y K H S L
Decimal 11 97 109 0.90 0.11 0 0.57 187.35 0.82 0.24
Hex B 61 6D 5A B 0 39 BB 52 18
Octal 13 141 155 132 13 0 71 273 122 30
Binary 1011 1100001 1101101 1011010 1011 0 111001 10111011 1010010 11000

Color Harmonies of #0B616D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B616D

Black with #0B616D

Text Example


Text Example

White with #0B616D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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