Html Css Color HEX #0B6076 Blue Lagoon

📋 copy color: '#0B6076'

red 11 ◦ green 96 ◦ blue 118

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

Shades of Blue Lagoon #0B6076

Tints of Blue Lagoon #0B6076

RGB

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

 GREEN value IS 96 (37.89% from 255) = 42.67%

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

R = 4.89%
G = 42.67%
B = 52.44%

CMYK

 C value IS 0.91

 M value IS 0.19

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#0B6076 (or 0x0B6076) is known color: Blue Lagoon. HEX triplet: 0B, 60 and 76. RGB value is (11,96,118). Sum of RGB (Red+Green+Blue) = 11+96+118=225 (29% of max value = 765). Red value is 11 (4.69% from 255 or 4.89% from 225); Green value is 96 (37.89% from 255 or 42.67% from 225); Blue value is 118 (46.48% from 255 or 52.44% from 225); Max value from RGB is 118 - color contains mainly: blue. Hex color #0B6076 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B6076 is #F49F89. Grayscale: #484848. Windows color (decimal): -16031626 or 7757835. OLE color: 7757835.

HSL color Cylindrical-coordinate representation of color #0B6076: hue angle of 192.34º 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 #0B6076 is Cyan = 0.91, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 11 96 118 -
CMYK 0.91 0.19 0 0.54
HSL 192.34º 0.83% 0.25% -
HSV(B) 192.34º 0.91% 0.46% -
XYZ 7.59 9.74 18.62 -
YUV 73.09 153.34 83.71 -
System Red Green Blue C M Y K H S L
Decimal 11 96 118 0.91 0.19 0 0.54 192.34 0.83 0.25
Hex B 60 76 5B 13 0 36 C0 53 19
Octal 13 140 166 133 23 0 66 300 123 31
Binary 1011 1100000 1110110 1011011 10011 0 110110 11000000 1010011 11001

Color Harmonies of #0B6076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B6076

Black with #0B6076

Text Example


Text Example

White with #0B6076

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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