Html Css Color HEX #0B4050 Sherpa Blue

📋 copy color: '#0B4050'

red 11 ◦ green 64 ◦ blue 80

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

Shades of Sherpa Blue #0B4050

Tints of Sherpa Blue #0B4050

RGB

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

 GREEN value IS 64 (25.39% from 255) = 41.29%

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

R = 7.1%
G = 41.29%
B = 51.61%

CMYK

 C value IS 0.86

 M value IS 0.20

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#0B4050 (or 0x0B4050) is known color: Sherpa Blue. HEX triplet: 0B, 40 and 50. RGB value is (11,64,80). Sum of RGB (Red+Green+Blue) = 11+64+80=155 (20% of max value = 765). Red value is 11 (4.69% from 255 or 7.10% from 155); Green value is 64 (25.39% from 255 or 41.29% from 155); Blue value is 80 (31.64% from 255 or 51.61% from 155); Max value from RGB is 80 - color contains mainly: blue. Hex color #0B4050 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B4050 is #F4BFAF. Grayscale: #313131. Windows color (decimal): -16039856 or 5259275. OLE color: 5259275.

HSL color Cylindrical-coordinate representation of color #0B4050: hue angle of 193.91º 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 #0B4050 is Cyan = 0.86, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 11 64 80 -
CMYK 0.86 0.20 0 0.69
HSL 193.91º 0.76% 0.18% -
HSV(B) 193.91º 0.86% 0.31% -
XYZ 3.42 4.32 8.24 -
YUV 49.98 144.94 100.2 -
System Red Green Blue C M Y K H S L
Decimal 11 64 80 0.86 0.20 0 0.69 193.91 0.76 0.18
Hex B 40 50 56 14 0 45 C2 4C 12
Octal 13 100 120 126 24 0 105 302 114 22
Binary 1011 1000000 1010000 1010110 10100 0 1000101 11000010 1001100 10010

Color Harmonies of #0B4050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B4050

Black with #0B4050

Text Example


Text Example

White with #0B4050

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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