Html Css Color HEX #0B5A73 Blue Lagoon

📋 copy color: '#0B5A73'

red 11 ◦ green 90 ◦ blue 115

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

Shades of Blue Lagoon #0B5A73

Tints of Blue Lagoon #0B5A73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 53.24%

R = 5.09%
G = 41.67%
B = 53.24%

CMYK

 C value IS 0.90

 M value IS 0.22

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#0B5A73 (or 0x0B5A73) is known color: Blue Lagoon. HEX triplet: 0B, 5A and 73. RGB value is (11,90,115). Sum of RGB (Red+Green+Blue) = 11+90+115=216 (28% of max value = 765). Red value is 11 (4.69% from 255 or 5.09% from 216); Green value is 90 (35.55% from 255 or 41.67% from 216); Blue value is 115 (45.31% from 255 or 53.24% from 216); Max value from RGB is 115 - color contains mainly: blue. Hex color #0B5A73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B5A73 is #F4A58C. Grayscale: #454545. Windows color (decimal): -16033165 or 7559691. OLE color: 7559691.

HSL color Cylindrical-coordinate representation of color #0B5A73: hue angle of 194.42º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B5A73 is Cyan = 0.90, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 11 90 115 -
CMYK 0.90 0.22 0 0.55
HSL 194.42º 0.83% 0.25% -
HSV(B) 194.42º 0.9% 0.45% -
XYZ 6.89 8.62 17.52 -
YUV 69.23 153.83 86.47 -
System Red Green Blue C M Y K H S L
Decimal 11 90 115 0.90 0.22 0 0.55 194.42 0.83 0.25
Hex B 5A 73 5A 16 0 37 C2 53 19
Octal 13 132 163 132 26 0 67 302 123 31
Binary 1011 1011010 1110011 1011010 10110 0 110111 11000010 1010011 11001

Color Harmonies of #0B5A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B5A73

Black with #0B5A73

Text Example


Text Example

White with #0B5A73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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