#093E57

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

Shades of Astronaut Blue #093E57

Tints of Astronaut Blue #093E57

Color information

#093E57 (or 0x093E57) is unknown color: approx Astronaut Blue. HEX triplet: 09, 3E and 57. RGB value is (9,62,87). Sum of RGB (Red+Green+Blue) = 9+62+87=158 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.70% from 158); Green value is 62 (24.61% from 255 or 39.24% from 158); Blue value is 87 (34.38% from 255 or 55.06% from 158); Max value from RGB is 87 - color contains mainly: blue. Hex color #093E57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093E57 is #F6C1A8. Grayscale: #303030. Windows color (decimal): -16171433 or 5717513. OLE color: 5717513.

HSL color Cylindrical-coordinate representation of color #093E57: hue angle of 199.23º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #093E57 is Cyan = 0.90, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB96287-
CMYK0.900.2900.66
HSL199.23º81.25%18.82%-
HSV(B)199.23º89.66%34.12%-
XYZ3.564.199.64-
YUV49149.4499.47-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.70%
GREEN value IS 62 (24.61% from 255) = 39.24%
BLUE value IS 87 (34.38% from 255) = 55.06%
R=5.70%
G=39.24%
B=55.06%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal962870.900.2900.66199.2381.2518.82
Hex93E575A1D042c75113
Octal117612713235010230712123
Binary100111111010101111011010111010100001011000111101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093E57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,62,87); }

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

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

 a { background-color: rgb(9,62,87); }

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

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

 span { border-color: rgb(9,62,87); }

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