Html Css Color HEX #0B656D Blue Lagoon

📋 copy color: '#0B656D'

red 11 ◦ green 101 ◦ blue 109

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

Shades of Blue Lagoon #0B656D

Tints of Blue Lagoon #0B656D

RGB

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

 GREEN value IS 101 (39.84% from 255) = 45.7%

 BLUE value IS 109 (42.97% from 255) = 49.32%

R = 4.98%
G = 45.7%
B = 49.32%

CMYK

 C value IS 0.90

 M value IS 0.07

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#0B656D (or 0x0B656D) is known color: Blue Lagoon. HEX triplet: 0B, 65 and 6D. RGB value is (11,101,109). Sum of RGB (Red+Green+Blue) = 11+101+109=221 (29% of max value = 765). Red value is 11 (4.69% from 255 or 4.98% from 221); Green value is 101 (39.84% from 255 or 45.70% from 221); Blue value is 109 (42.97% from 255 or 49.32% from 221); Max value from RGB is 109 - color contains mainly: blue. Hex color #0B656D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B656D is #F49A92. Grayscale: #4A4A4A. Windows color (decimal): -16030355 or 7169291. OLE color: 7169291.

HSL color Cylindrical-coordinate representation of color #0B656D: hue angle of 184.9º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B656D is Cyan = 0.90, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 11 101 109 -
CMYK 0.90 0.07 0 0.57
HSL 184.9º 0.82% 0.24% -
HSV(B) 184.9º 0.9% 0.43% -
XYZ 7.55 10.48 16.09 -
YUV 75 147.18 82.35 -
System Red Green Blue C M Y K H S L
Decimal 11 101 109 0.90 0.07 0 0.57 184.9 0.82 0.24
Hex B 65 6D 5A 7 0 39 B9 52 18
Octal 13 145 155 132 7 0 71 271 122 30
Binary 1011 1100101 1101101 1011010 111 0 111001 10111001 1010010 11000

Color Harmonies of #0B656D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B656D

Black with #0B656D

Text Example


Text Example

White with #0B656D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,101,109); }

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

background-color css

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

 a { background-color: rgb(11,101,109); }

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

border-color css

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

 span { border-color: rgb(11,101,109); }

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