Html Css Color HEX #0B5A6F Blue Lagoon

📋 copy color: '#0B5A6F'

red 11 ◦ green 90 ◦ blue 111

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

Shades of Blue Lagoon #0B5A6F

Tints of Blue Lagoon #0B5A6F

RGB

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

 GREEN value IS 90 (35.55% from 255) = 42.45%

 BLUE value IS 111 (43.75% from 255) = 52.36%

R = 5.19%
G = 42.45%
B = 52.36%

CMYK

 C value IS 0.90

 M value IS 0.19

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#0B5A6F (or 0x0B5A6F) is known color: Blue Lagoon. HEX triplet: 0B, 5A and 6F. RGB value is (11,90,111). Sum of RGB (Red+Green+Blue) = 11+90+111=212 (28% of max value = 765). Red value is 11 (4.69% from 255 or 5.19% from 212); Green value is 90 (35.55% from 255 or 42.45% from 212); Blue value is 111 (43.75% from 255 or 52.36% from 212); Max value from RGB is 111 - color contains mainly: blue. Hex color #0B5A6F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B5A6F is #F4A590. Grayscale: #444444. Windows color (decimal): -16033169 or 7297547. OLE color: 7297547.

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

Color convert

RGB 11 90 111 -
CMYK 0.90 0.19 0 0.56
HSL 192.6º 0.82% 0.24% -
HSV(B) 192.6º 0.9% 0.44% -
XYZ 6.66 8.53 16.33 -
YUV 68.77 151.83 86.79 -
System Red Green Blue C M Y K H S L
Decimal 11 90 111 0.90 0.19 0 0.56 192.6 0.82 0.24
Hex B 5A 6F 5A 13 0 38 C1 52 18
Octal 13 132 157 132 23 0 70 301 122 30
Binary 1011 1011010 1101111 1011010 10011 0 111000 11000001 1010010 11000

Color Harmonies of #0B5A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B5A6F

Black with #0B5A6F

Text Example


Text Example

White with #0B5A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,90,111); }

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

background-color css

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

 a { background-color: rgb(11,90,111); }

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

border-color css

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

 span { border-color: rgb(11,90,111); }

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