#093A4B

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

Shades of Sherpa Blue #093A4B

Tints of Sherpa Blue #093A4B

Color information

#093A4B (or 0x093A4B) is unknown color: approx Sherpa Blue. HEX triplet: 09, 3A and 4B. RGB value is (9,58,75). Sum of RGB (Red+Green+Blue) = 9+58+75=142 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.34% from 142); Green value is 58 (23.05% from 255 or 40.85% from 142); Blue value is 75 (29.69% from 255 or 52.82% from 142); Max value from RGB is 75 - color contains mainly: blue. Hex color #093A4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093A4B is #F6C5B4. Grayscale: #2D2D2D. Windows color (decimal): -16172469 or 4930057. OLE color: 4930057.

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

Color convert

RGB95875-
CMYK0.880.2300.71
HSL195.45º78.57%16.47%-
HSV(B)195.45º88%29.41%-
XYZ2.93.597.2-
YUV45.29144.77102.12-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.34%
GREEN value IS 58 (23.05% from 255) = 40.85%
BLUE value IS 75 (29.69% from 255) = 52.82%
R=6.34%
G=40.85%
B=52.82%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal958750.880.2300.71195.4578.5716.47
Hex93A4B5817047c34f10
Octal117211313027010730311720
Binary100111101010010111011000101110100011111000011100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,58,75); }

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

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

 a { background-color: rgb(9,58,75); }

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

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

 span { border-color: rgb(9,58,75); }

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