#0B5452

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

Shades of Sherpa Blue #0B5452

Tints of Sherpa Blue #0B5452

Color information

#0B5452 (or 0x0B5452) is unknown color: approx Sherpa Blue. HEX triplet: 0B, 54 and 52. RGB value is (11,84,82). Sum of RGB (Red+Green+Blue) = 11+84+82=177 (23% of max value = 765). Red value is 11 (4.69% from 255 or 6.21% from 177); Green value is 84 (33.20% from 255 or 47.46% from 177); Blue value is 82 (32.42% from 255 or 46.33% from 177); Max value from RGB is 84 - color contains mainly: green. Hex color #0B5452 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B5452 is #F4ABAD. Grayscale: #3D3D3D. Windows color (decimal): -16034734 or 5395467. OLE color: 5395467.

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

Color convert

RGB118482-
CMYK0.8700.020.67
HSL178.36º76.84%18.63%-
HSV(B)178.36º86.9%32.94%-
XYZ4.837.029.08-
YUV61.94139.3291.66-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 6.21%
GREEN value IS 84 (33.20% from 255) = 47.46%
BLUE value IS 82 (32.42% from 255) = 46.33%
R=6.21%
G=47.46%
B=46.33%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1184820.8700.020.67178.3676.8418.63
HexB5452570243b24d13
Octal131241221270210326211523
Binary1011101010010100101010111010100001110110010100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B5452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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