#0B4E5D

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

Shades of Sherpa Blue #0B4E5D

Tints of Sherpa Blue #0B4E5D

Color information

#0B4E5D (or 0x0B4E5D) is unknown color: approx Sherpa Blue. HEX triplet: 0B, 4E and 5D. RGB value is (11,78,93). Sum of RGB (Red+Green+Blue) = 11+78+93=182 (24% of max value = 765). Red value is 11 (4.69% from 255 or 6.04% from 182); Green value is 78 (30.86% from 255 or 42.86% from 182); Blue value is 93 (36.72% from 255 or 51.10% from 182); Max value from RGB is 93 - color contains mainly: blue. Hex color #0B4E5D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B4E5D is #F4B1A2. Grayscale: #3B3B3B. Windows color (decimal): -16036259 or 6114827. OLE color: 6114827.

HSL color Cylindrical-coordinate representation of color #0B4E5D: hue angle of 190.98º degrees, saturation: 0.79, 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 #0B4E5D is Cyan = 0.88, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB117893-
CMYK0.880.1600.64
HSL190.98º78.85%20.39%-
HSV(B)190.98º88.17%36.47%-
XYZ4.846.3111.32-
YUV59.68146.893.28-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 6.04%
GREEN value IS 78 (30.86% from 255) = 42.86%
BLUE value IS 93 (36.72% from 255) = 51.10%
R=6.04%
G=42.86%
B=51.10%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1178930.880.1600.64190.9878.8520.39
HexB4E5D5810040bf4f14
Octal1311613513020010027711724
Binary1011100111010111011011000100000100000010111111100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B4E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,78,93); }

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

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

 a { background-color: rgb(11,78,93); }

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

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

 span { border-color: rgb(11,78,93); }

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