Html Css Color HEX #0B6376 Blue Lagoon

📋 copy color: '#0B6376'

red 11 ◦ green 99 ◦ blue 118

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

Shades of Blue Lagoon #0B6376

Tints of Blue Lagoon #0B6376

RGB

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

 GREEN value IS 99 (39.06% from 255) = 43.42%

 BLUE value IS 118 (46.48% from 255) = 51.75%

R = 4.82%
G = 43.42%
B = 51.75%

CMYK

 C value IS 0.91

 M value IS 0.16

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#0B6376 (or 0x0B6376) is known color: Blue Lagoon. HEX triplet: 0B, 63 and 76. RGB value is (11,99,118). Sum of RGB (Red+Green+Blue) = 11+99+118=228 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.82% from 228); Green value is 99 (39.06% from 255 or 43.42% from 228); Blue value is 118 (46.48% from 255 or 51.75% from 228); Max value from RGB is 118 - color contains mainly: blue. Hex color #0B6376 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B6376 is #F49C89. Grayscale: #4A4A4A. Windows color (decimal): -16030858 or 7758603. OLE color: 7758603.

HSL color Cylindrical-coordinate representation of color #0B6376: hue angle of 190.65º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B6376 is Cyan = 0.91, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 11 99 118 -
CMYK 0.91 0.16 0 0.54
HSL 190.65º 0.83% 0.25% -
HSV(B) 190.65º 0.91% 0.46% -
XYZ 7.87 10.3 18.71 -
YUV 74.85 152.35 82.46 -
System Red Green Blue C M Y K H S L
Decimal 11 99 118 0.91 0.16 0 0.54 190.65 0.83 0.25
Hex B 63 76 5B 10 0 36 BF 53 19
Octal 13 143 166 133 20 0 66 277 123 31
Binary 1011 1100011 1110110 1011011 10000 0 110110 10111111 1010011 11001

Color Harmonies of #0B6376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B6376

Black with #0B6376

Text Example


Text Example

White with #0B6376

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,99,118); }

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

background-color css

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

 a { background-color: rgb(11,99,118); }

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

border-color css

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

 span { border-color: rgb(11,99,118); }

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