Html Css Color HEX #0B5573 Blue Lagoon

📋 copy color: '#0B5573'

red 11 ◦ green 85 ◦ blue 115

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

Shades of Blue Lagoon #0B5573

Tints of Blue Lagoon #0B5573

RGB

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

 GREEN value IS 85 (33.59% from 255) = 40.28%

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

R = 5.21%
G = 40.28%
B = 54.5%

CMYK

 C value IS 0.90

 M value IS 0.26

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#0B5573 (or 0x0B5573) is known color: Blue Lagoon. HEX triplet: 0B, 55 and 73. RGB value is (11,85,115). Sum of RGB (Red+Green+Blue) = 11+85+115=211 (27% of max value = 765). Red value is 11 (4.69% from 255 or 5.21% from 211); Green value is 85 (33.59% from 255 or 40.28% from 211); Blue value is 115 (45.31% from 255 or 54.50% from 211); Max value from RGB is 115 - color contains mainly: blue. Hex color #0B5573 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B5573 is #F4AA8C. Grayscale: #424242. Windows color (decimal): -16034445 or 7558411. OLE color: 7558411.

HSL color Cylindrical-coordinate representation of color #0B5573: hue angle of 197.31º 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 #0B5573 is Cyan = 0.90, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 11 85 115 -
CMYK 0.90 0.26 0 0.55
HSL 197.31º 0.83% 0.25% -
HSV(B) 197.31º 0.9% 0.45% -
XYZ 6.48 7.81 17.38 -
YUV 66.29 155.48 88.56 -
System Red Green Blue C M Y K H S L
Decimal 11 85 115 0.90 0.26 0 0.55 197.31 0.83 0.25
Hex B 55 73 5A 1A 0 37 C5 53 19
Octal 13 125 163 132 32 0 67 305 123 31
Binary 1011 1010101 1110011 1011010 11010 0 110111 11000101 1010011 11001

Color Harmonies of #0B5573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B5573

Black with #0B5573

Text Example


Text Example

White with #0B5573

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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