Html Css Color HEX #0B616E Blue Lagoon

📋 copy color: '#0B616E'

red 11 ◦ green 97 ◦ blue 110

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

Shades of Blue Lagoon #0B616E

Tints of Blue Lagoon #0B616E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 50.46%

R = 5.05%
G = 44.5%
B = 50.46%

CMYK

 C value IS 0.9

 M value IS 0.12

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#0B616E (or 0x0B616E) is known color: Blue Lagoon. HEX triplet: 0B, 61 and 6E. RGB value is (11,97,110). Sum of RGB (Red+Green+Blue) = 11+97+110=218 (28% of max value = 765). Red value is 11 (4.69% from 255 or 5.05% from 218); Green value is 97 (38.28% from 255 or 44.50% from 218); Blue value is 110 (43.36% from 255 or 50.46% from 218); Max value from RGB is 110 - color contains mainly: blue. Hex color #0B616E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B616E is #F49E91. Grayscale: #484848. Windows color (decimal): -16031378 or 7233803. OLE color: 7233803.

HSL color Cylindrical-coordinate representation of color #0B616E: hue angle of 187.88º 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 #0B616E is Cyan = 0.9, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 11 97 110 -
CMYK 0.9 0.12 0 0.57
HSL 187.88º 0.82% 0.24% -
HSV(B) 187.88º 0.9% 0.43% -
XYZ 7.23 9.75 16.25 -
YUV 72.77 149.01 83.94 -
System Red Green Blue C M Y K H S L
Decimal 11 97 110 0.9 0.12 0 0.57 187.88 0.82 0.24
Hex B 61 6E 5A C 0 39 BC 52 18
Octal 13 141 156 132 14 0 71 274 122 30
Binary 1011 1100001 1101110 1011010 1100 0 111001 10111100 1010010 11000

Color Harmonies of #0B616E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B616E

Black with #0B616E

Text Example


Text Example

White with #0B616E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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