#093E56

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

Shades of Astronaut Blue #093E56

Tints of Astronaut Blue #093E56

Color information

#093E56 (or 0x093E56) is unknown color: approx Astronaut Blue. HEX triplet: 09, 3E and 56. RGB value is (9,62,86). Sum of RGB (Red+Green+Blue) = 9+62+86=157 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.73% from 157); Green value is 62 (24.61% from 255 or 39.49% from 157); Blue value is 86 (33.98% from 255 or 54.78% from 157); Max value from RGB is 86 - color contains mainly: blue. Hex color #093E56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093E56 is #F6C1A9. Grayscale: #303030. Windows color (decimal): -16171434 or 5651977. OLE color: 5651977.

HSL color Cylindrical-coordinate representation of color #093E56: hue angle of 198.7º 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 #093E56 is Cyan = 0.90, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB96286-
CMYK0.900.2800.66
HSL198.7º81.05%18.63%-
HSV(B)198.7º89.53%33.73%-
XYZ3.514.189.42-
YUV48.89148.9499.55-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.73%
GREEN value IS 62 (24.61% from 255) = 39.49%
BLUE value IS 86 (33.98% from 255) = 54.78%
R=5.73%
G=39.49%
B=54.78%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal962860.900.2800.66198.781.0518.63
Hex93E565A1C042c75113
Octal117612613234010230712123
Binary100111111010101101011010111000100001011000111101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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