Html Css Color HEX #0B667B Blue Lagoon

📋 copy color: '#0B667B'

red 11 ◦ green 102 ◦ blue 123

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

Shades of Blue Lagoon #0B667B

Tints of Blue Lagoon #0B667B

RGB

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

 GREEN value IS 102 (40.23% from 255) = 43.22%

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

R = 4.66%
G = 43.22%
B = 52.12%

CMYK

 C value IS 0.91

 M value IS 0.17

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#0B667B (or 0x0B667B) is known color: Blue Lagoon. HEX triplet: 0B, 66 and 7B. RGB value is (11,102,123). Sum of RGB (Red+Green+Blue) = 11+102+123=236 (31% of max value = 765). Red value is 11 (4.69% from 255 or 4.66% from 236); Green value is 102 (40.23% from 255 or 43.22% from 236); Blue value is 123 (48.44% from 255 or 52.12% from 236); Max value from RGB is 123 - color contains mainly: blue. Hex color #0B667B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B667B is #F49984. Grayscale: #4D4D4D. Windows color (decimal): -16030085 or 8087051. OLE color: 8087051.

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

Color convert

RGB 11 102 123 -
CMYK 0.91 0.17 0 0.52
HSL 191.25º 0.84% 0.26% -
HSV(B) 191.25º 0.91% 0.48% -
XYZ 8.46 11 20.42 -
YUV 77.19 153.85 80.79 -
System Red Green Blue C M Y K H S L
Decimal 11 102 123 0.91 0.17 0 0.52 191.25 0.84 0.26
Hex B 66 7B 5B 11 0 34 BF 54 1A
Octal 13 146 173 133 21 0 64 277 124 32
Binary 1011 1100110 1111011 1011011 10001 0 110100 10111111 1010100 11010

Color Harmonies of #0B667B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B667B

Black with #0B667B

Text Example


Text Example

White with #0B667B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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