Html Css Color HEX #0B677A Blue Lagoon

📋 copy color: '#0B677A'

red 11 ◦ green 103 ◦ blue 122

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

Shades of Blue Lagoon #0B677A

Tints of Blue Lagoon #0B677A

RGB

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

 GREEN value IS 103 (40.63% from 255) = 43.64%

 BLUE value IS 122 (48.05% from 255) = 51.69%

R = 4.66%
G = 43.64%
B = 51.69%

CMYK

 C value IS 0.91

 M value IS 0.16

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#0B677A (or 0x0B677A) is known color: Blue Lagoon. HEX triplet: 0B, 67 and 7A. RGB value is (11,103,122). Sum of RGB (Red+Green+Blue) = 11+103+122=236 (31% of max value = 765). Red value is 11 (4.69% from 255 or 4.66% from 236); Green value is 103 (40.62% from 255 or 43.64% from 236); Blue value is 122 (48.05% from 255 or 51.69% from 236); Max value from RGB is 122 - color contains mainly: blue. Hex color #0B677A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B677A is #F49885. Grayscale: #4D4D4D. Windows color (decimal): -16029830 or 8021771. OLE color: 8021771.

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

Color convert

RGB 11 103 122 -
CMYK 0.91 0.16 0 0.52
HSL 190.27º 0.83% 0.26% -
HSV(B) 190.27º 0.91% 0.48% -
XYZ 8.5 11.18 20.12 -
YUV 77.66 153.02 80.46 -
System Red Green Blue C M Y K H S L
Decimal 11 103 122 0.91 0.16 0 0.52 190.27 0.83 0.26
Hex B 67 7A 5B 10 0 34 BE 53 1A
Octal 13 147 172 133 20 0 64 276 123 32
Binary 1011 1100111 1111010 1011011 10000 0 110100 10111110 1010011 11010

Color Harmonies of #0B677A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B677A

Black with #0B677A

Text Example


Text Example

White with #0B677A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,103,122); }

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

background-color css

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

 a { background-color: rgb(11,103,122); }

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

border-color css

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

 span { border-color: rgb(11,103,122); }

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