#093B4D

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

Shades of Sherpa Blue #093B4D

Tints of Sherpa Blue #093B4D

Color information

#093B4D (or 0x093B4D) is unknown color: approx Sherpa Blue. HEX triplet: 09, 3B and 4D. RGB value is (9,59,77). Sum of RGB (Red+Green+Blue) = 9+59+77=145 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.21% from 145); Green value is 59 (23.44% from 255 or 40.69% from 145); Blue value is 77 (30.47% from 255 or 53.10% from 145); Max value from RGB is 77 - color contains mainly: blue. Hex color #093B4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093B4D is #F6C4B2. Grayscale: #2D2D2D. Windows color (decimal): -16172211 or 5061385. OLE color: 5061385.

HSL color Cylindrical-coordinate representation of color #093B4D: hue angle of 195.88º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #093B4D is Cyan = 0.88, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB95977-
CMYK0.880.2300.70
HSL195.88º79.07%16.86%-
HSV(B)195.88º88.31%30.2%-
XYZ3.023.727.58-
YUV46.1145.44101.54-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.21%
GREEN value IS 59 (23.44% from 255) = 40.69%
BLUE value IS 77 (30.47% from 255) = 53.10%
R=6.21%
G=40.69%
B=53.10%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal959770.880.2300.70195.8879.0716.86
Hex93B4D5817046c44f11
Octal117311513027010630411721
Binary100111101110011011011000101110100011011000100100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093B4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093B4D; }

 p { color: rgb(9,59,77); }

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

<style>
 a { background-color: #093B4D; }

 a { background-color: rgb(9,59,77); }

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

<style>
 span { border-color: #093B4D; }

 span { border-color: rgb(9,59,77); }

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