Html Css Color HEX #0B626C Blue Lagoon

📋 copy color: '#0B626C'

red 11 ◦ green 98 ◦ blue 108

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

Shades of Blue Lagoon #0B626C

Tints of Blue Lagoon #0B626C

RGB

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

 GREEN value IS 98 (38.67% from 255) = 45.16%

 BLUE value IS 108 (42.58% from 255) = 49.77%

R = 5.07%
G = 45.16%
B = 49.77%

CMYK

 C value IS 0.90

 M value IS 0.09

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#0B626C (or 0x0B626C) is known color: Blue Lagoon. HEX triplet: 0B, 62 and 6C. RGB value is (11,98,108). Sum of RGB (Red+Green+Blue) = 11+98+108=217 (28% of max value = 765). Red value is 11 (4.69% from 255 or 5.07% from 217); Green value is 98 (38.67% from 255 or 45.16% from 217); Blue value is 108 (42.58% from 255 or 49.77% from 217); Max value from RGB is 108 - color contains mainly: blue. Hex color #0B626C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B626C is #F49D93. Grayscale: #494949. Windows color (decimal): -16031124 or 7102987. OLE color: 7102987.

HSL color Cylindrical-coordinate representation of color #0B626C: hue angle of 186.19º degrees, saturation: 0.82, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B626C is Cyan = 0.90, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 11 98 108 -
CMYK 0.90 0.09 0 0.58
HSL 186.19º 0.82% 0.23% -
HSV(B) 186.19º 0.9% 0.42% -
XYZ 7.21 9.89 15.72 -
YUV 73.13 147.68 83.69 -
System Red Green Blue C M Y K H S L
Decimal 11 98 108 0.90 0.09 0 0.58 186.19 0.82 0.23
Hex B 62 6C 5A 9 0 3A BA 52 17
Octal 13 142 154 132 11 0 72 272 122 27
Binary 1011 1100010 1101100 1011010 1001 0 111010 10111010 1010010 10111

Color Harmonies of #0B626C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B626C

Black with #0B626C

Text Example


Text Example

White with #0B626C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,98,108); }

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

background-color css

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

 a { background-color: rgb(11,98,108); }

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

border-color css

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

 span { border-color: rgb(11,98,108); }

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