Html Css Color HEX #093E56 Astronaut Blue

📋 copy color: '#093E56'

red 9 ◦ green 62 ◦ blue 86

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

Shades of Astronaut Blue #093E56

Tints of Astronaut Blue #093E56

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 value IS 0.90

 M value IS 0.28

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

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

RGB 9 62 86 -
CMYK 0.90 0.28 0 0.66
HSL 198.7º 0.81% 0.19% -
HSV(B) 198.7º 0.9% 0.34% -
XYZ 3.51 4.18 9.42 -
YUV 48.89 148.94 99.55 -
System Red Green Blue C M Y K H S L
Decimal 9 62 86 0.90 0.28 0 0.66 198.7 0.81 0.19
Hex 9 3E 56 5A 1C 0 42 C7 51 13
Octal 11 76 126 132 34 0 102 307 121 23
Binary 1001 111110 1010110 1011010 11100 0 1000010 11000111 1010001 10011

Color Harmonies of #093E56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093E56

Black with #093E56

Text Example


Text Example

White with #093E56

Text Example


Text Example

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