Html Css Color HEX #0B687B Blue Lagoon

📋 copy color: '#0B687B'

red 11 ◦ green 104 ◦ blue 123

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

Shades of Blue Lagoon #0B687B

Tints of Blue Lagoon #0B687B

RGB

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

 GREEN value IS 104 (41.02% from 255) = 43.7%

 BLUE value IS 123 (48.44% from 255) = 51.68%

R = 4.62%
G = 43.7%
B = 51.68%

CMYK

 C value IS 0.91

 M value IS 0.15

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#0B687B (or 0x0B687B) is known color: Blue Lagoon. HEX triplet: 0B, 68 and 7B. RGB value is (11,104,123). Sum of RGB (Red+Green+Blue) = 11+104+123=238 (31% of max value = 765). Red value is 11 (4.69% from 255 or 4.62% from 238); Green value is 104 (41.02% from 255 or 43.70% from 238); Blue value is 123 (48.44% from 255 or 51.68% from 238); Max value from RGB is 123 - color contains mainly: blue. Hex color #0B687B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B687B is #F49784. Grayscale: #4E4E4E. Windows color (decimal): -16029573 or 8087563. OLE color: 8087563.

HSL color Cylindrical-coordinate representation of color #0B687B: hue angle of 190.18º degrees, saturation: 0.84, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B687B is Cyan = 0.91, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 11 104 123 -
CMYK 0.91 0.15 0 0.52
HSL 190.18º 0.84% 0.26% -
HSV(B) 190.18º 0.91% 0.48% -
XYZ 8.66 11.4 20.48 -
YUV 78.36 153.19 79.96 -
System Red Green Blue C M Y K H S L
Decimal 11 104 123 0.91 0.15 0 0.52 190.18 0.84 0.26
Hex B 68 7B 5B F 0 34 BE 54 1A
Octal 13 150 173 133 17 0 64 276 124 32
Binary 1011 1101000 1111011 1011011 1111 0 110100 10111110 1010100 11010

Color Harmonies of #0B687B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B687B

Black with #0B687B

Text Example


Text Example

White with #0B687B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,104,123); }

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

background-color css

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

 a { background-color: rgb(11,104,123); }

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

border-color css

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

 span { border-color: rgb(11,104,123); }

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