#0B4353

Color #0B4353 Sherpa Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sherpa Blue #0B4353

Tints of Sherpa Blue #0B4353

Color information

#0B4353 (or 0x0B4353) is unknown color: approx Sherpa Blue. HEX triplet: 0B, 43 and 53. RGB value is (11,67,83). Sum of RGB (Red+Green+Blue) = 11+67+83=161 (21% of max value = 765). Red value is 11 (4.69% from 255 or 6.83% from 161); Green value is 67 (26.56% from 255 or 41.61% from 161); Blue value is 83 (32.81% from 255 or 51.55% from 161); Max value from RGB is 83 - color contains mainly: blue. Hex color #0B4353 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B4353 is #F4BCAC. Grayscale: #333333. Windows color (decimal): -16039085 or 5456651. OLE color: 5456651.

HSL color Cylindrical-coordinate representation of color #0B4353: hue angle of 193.33º degrees, saturation: 0.77, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0B4353 is Cyan = 0.87, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB116783-
CMYK0.870.1900.67
HSL193.33º76.6%18.43%-
HSV(B)193.33º86.75%32.55%-
XYZ3.714.718.9-
YUV52.08145.4598.7-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 6.83%
GREEN value IS 67 (26.56% from 255) = 41.61%
BLUE value IS 83 (32.81% from 255) = 51.55%
R=6.83%
G=41.61%
B=51.55%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1167830.870.1900.67193.3376.618.43
HexB43535713043c14d12
Octal1310312312723010330111522
Binary1011100001110100111010111100110100001111000001100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B4353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,67,83); }

 H1.HeaderClassName
 {
   color: #0B4353;
 }
 .AnyTagClassName
 {
   color: #0B4353;
 }
</style>
background-color css

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

 a { background-color: rgb(11,67,83); }

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

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

 span { border-color: rgb(11,67,83); }

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