#093F58

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

Shades of Astronaut Blue #093F58

Tints of Astronaut Blue #093F58

Color information

#093F58 (or 0x093F58) is unknown color: approx Astronaut Blue. HEX triplet: 09, 3F and 58. RGB value is (9,63,88). Sum of RGB (Red+Green+Blue) = 9+63+88=160 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.62% from 160); Green value is 63 (25% from 255 or 39.38% from 160); Blue value is 88 (34.77% from 255 or 55% from 160); Max value from RGB is 88 - color contains mainly: blue. Hex color #093F58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093F58 is #F6C0A7. Grayscale: #313131. Windows color (decimal): -16171176 or 5783305. OLE color: 5783305.

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

Color convert

RGB96388-
CMYK0.900.2800.65
HSL198.99º81.44%19.02%-
HSV(B)198.99º89.77%34.51%-
XYZ3.654.329.87-
YUV49.7149.6198.97-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.62%
GREEN value IS 63 (25% from 255) = 39.38%
BLUE value IS 88 (34.77% from 255) = 55%
R=5.62%
G=39.38%
B=55%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal963880.900.2800.65198.9981.4419.02
Hex93F585A1C041c75113
Octal117713013234010130712123
Binary100111111110110001011010111000100000111000111101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093F58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,63,88); }

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

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

 a { background-color: rgb(9,63,88); }

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

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

 span { border-color: rgb(9,63,88); }

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