Html Css Color HEX #0B4550 Sherpa Blue

📋 copy color: '#0B4550'

red 11 ◦ green 69 ◦ blue 80

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

Shades of Sherpa Blue #0B4550

Tints of Sherpa Blue #0B4550

RGB

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

 GREEN value IS 69 (27.34% from 255) = 43.13%

 BLUE value IS 80 (31.64% from 255) = 50%

R = 6.88%
G = 43.13%
B = 50%

CMYK

 C value IS 0.86

 M value IS 0.14

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#0B4550 (or 0x0B4550) is known color: Sherpa Blue. HEX triplet: 0B, 45 and 50. RGB value is (11,69,80). Sum of RGB (Red+Green+Blue) = 11+69+80=160 (21% of max value = 765). Red value is 11 (4.69% from 255 or 6.88% from 160); Green value is 69 (27.34% from 255 or 43.12% from 160); Blue value is 80 (31.64% from 255 or 50% from 160); Max value from RGB is 80 - color contains mainly: blue. Hex color #0B4550 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B4550 is #F4BAAF. Grayscale: #343434. Windows color (decimal): -16038576 or 5260555. OLE color: 5260555.

HSL color Cylindrical-coordinate representation of color #0B4550: hue angle of 189.57º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0B4550 is Cyan = 0.86, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 11 69 80 -
CMYK 0.86 0.14 0 0.69
HSL 189.57º 0.76% 0.18% -
HSV(B) 189.57º 0.86% 0.31% -
XYZ 3.71 4.91 8.34 -
YUV 52.91 143.28 98.11 -
System Red Green Blue C M Y K H S L
Decimal 11 69 80 0.86 0.14 0 0.69 189.57 0.76 0.18
Hex B 45 50 56 E 0 45 BE 4C 12
Octal 13 105 120 126 16 0 105 276 114 22
Binary 1011 1000101 1010000 1010110 1110 0 1000101 10111110 1001100 10010

Color Harmonies of #0B4550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B4550

Black with #0B4550

Text Example


Text Example

White with #0B4550

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,69,80); }

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

background-color css

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

 a { background-color: rgb(11,69,80); }

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

border-color css

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

 span { border-color: rgb(11,69,80); }

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