#093949

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

Shades of Sherpa Blue #093949

Tints of Sherpa Blue #093949

Color information

#093949 (or 0x093949) is unknown color: approx Sherpa Blue. HEX triplet: 09, 39 and 49. RGB value is (9,57,73). Sum of RGB (Red+Green+Blue) = 9+57+73=139 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.47% from 139); Green value is 57 (22.66% from 255 or 41.01% from 139); Blue value is 73 (28.91% from 255 or 52.52% from 139); Max value from RGB is 73 - color contains mainly: blue. Hex color #093949 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093949 is #F6C6B6. Grayscale: #2C2C2C. Windows color (decimal): -16172727 or 4798729. OLE color: 4798729.

HSL color Cylindrical-coordinate representation of color #093949: hue angle of 195º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #093949 is Cyan = 0.88, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB95773-
CMYK0.880.2200.71
HSL195º78.05%16.08%-
HSV(B)195º87.67%28.63%-
XYZ2.783.476.83-
YUV44.47144.1102.7-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.47%
GREEN value IS 57 (22.66% from 255) = 41.01%
BLUE value IS 73 (28.91% from 255) = 52.52%
R=6.47%
G=41.01%
B=52.52%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal957730.880.2200.7119578.0516.08
Hex939495816047c34e10
Octal117111113026010730311620
Binary100111100110010011011000101100100011111000011100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093949; }

 p { color: rgb(9,57,73); }

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

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

 a { background-color: rgb(9,57,73); }

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

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

 span { border-color: rgb(9,57,73); }

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