#0B4A5B

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

Shades of Sherpa Blue #0B4A5B

Tints of Sherpa Blue #0B4A5B

Color information

#0B4A5B (or 0x0B4A5B) is unknown color: approx Sherpa Blue. HEX triplet: 0B, 4A and 5B. RGB value is (11,74,91). Sum of RGB (Red+Green+Blue) = 11+74+91=176 (23% of max value = 765). Red value is 11 (4.69% from 255 or 6.25% from 176); Green value is 74 (29.30% from 255 or 42.05% from 176); Blue value is 91 (35.94% from 255 or 51.70% from 176); Max value from RGB is 91 - color contains mainly: blue. Hex color #0B4A5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B4A5B is #F4B5A4. Grayscale: #383838. Windows color (decimal): -16037285 or 5982731. OLE color: 5982731.

HSL color Cylindrical-coordinate representation of color #0B4A5B: hue angle of 192.75º degrees, saturation: 0.78, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0B4A5B is Cyan = 0.88, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB117491-
CMYK0.880.1900.64
HSL192.75º78.43%20%-
HSV(B)192.75º87.91%35.69%-
XYZ4.485.7210.77-
YUV57.1147.1395.12-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 6.25%
GREEN value IS 74 (29.30% from 255) = 42.05%
BLUE value IS 91 (35.94% from 255) = 51.70%
R=6.25%
G=42.05%
B=51.70%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1174910.880.1900.64192.7578.4320
HexB4A5B5813040c14e14
Octal1311213313023010030111624
Binary1011100101010110111011000100110100000011000001100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B4A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,74,91); }

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

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

 a { background-color: rgb(11,74,91); }

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

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

 span { border-color: rgb(11,74,91); }

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