Html Css Color HEX #0B5473 Blue Lagoon

📋 copy color: '#0B5473'

red 11 ◦ green 84 ◦ blue 115

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

Shades of Blue Lagoon #0B5473

Tints of Blue Lagoon #0B5473

RGB

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

 GREEN value IS 84 (33.2% from 255) = 40%

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

R = 5.24%
G = 40%
B = 54.76%

CMYK

 C value IS 0.90

 M value IS 0.27

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#0B5473 (or 0x0B5473) is known color: Blue Lagoon. HEX triplet: 0B, 54 and 73. RGB value is (11,84,115). Sum of RGB (Red+Green+Blue) = 11+84+115=210 (27% of max value = 765). Red value is 11 (4.69% from 255 or 5.24% from 210); Green value is 84 (33.20% from 255 or 40% from 210); Blue value is 115 (45.31% from 255 or 54.76% from 210); Max value from RGB is 115 - color contains mainly: blue. Hex color #0B5473 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B5473 is #F4AB8C. Grayscale: #414141. Windows color (decimal): -16034701 or 7558155. OLE color: 7558155.

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

Color convert

RGB 11 84 115 -
CMYK 0.90 0.27 0 0.55
HSL 197.88º 0.83% 0.25% -
HSV(B) 197.88º 0.9% 0.45% -
XYZ 6.4 7.65 17.36 -
YUV 65.71 155.82 88.98 -
System Red Green Blue C M Y K H S L
Decimal 11 84 115 0.90 0.27 0 0.55 197.88 0.83 0.25
Hex B 54 73 5A 1B 0 37 C6 53 19
Octal 13 124 163 132 33 0 67 306 123 31
Binary 1011 1010100 1110011 1011010 11011 0 110111 11000110 1010011 11001

Color Harmonies of #0B5473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B5473

Black with #0B5473

Text Example


Text Example

White with #0B5473

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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