Html Css Color HEX #093E57 Astronaut Blue

📋 copy color: '#093E57'

red 9 ◦ green 62 ◦ blue 87

#093E57
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Astronaut Blue #093E57

Tints of Astronaut Blue #093E57

RGB

 RED value IS 9 (3.91% from 255) = 5.7%

 GREEN value IS 62 (24.61% from 255) = 39.24%

 BLUE value IS 87 (34.38% from 255) = 55.06%

R = 5.7%
G = 39.24%
B = 55.06%

CMYK

 C value IS 0.90

 M value IS 0.29

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#093E57 (or 0x093E57) is known color: 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

RGB 9 62 87 -
CMYK 0.90 0.29 0 0.66
HSL 199.23º 0.81% 0.19% -
HSV(B) 199.23º 0.9% 0.34% -
XYZ 3.56 4.19 9.64 -
YUV 49 149.44 99.47 -
System Red Green Blue C M Y K H S L
Decimal 9 62 87 0.90 0.29 0 0.66 199.23 0.81 0.19
Hex 9 3E 57 5A 1D 0 42 C7 51 13
Octal 11 76 127 132 35 0 102 307 121 23
Binary 1001 111110 1010111 1011010 11101 0 1000010 11000111 1010001 10011

Color Harmonies of #093E57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093E57

Black with #093E57

Text Example


Text Example

White with #093E57

Text Example


Text Example

HTML Codes & Css Web 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>