Html Css Color HEX #094963 Astronaut Blue

📋 copy color: '#094963'

red 9 ◦ green 73 ◦ blue 99

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

Shades of Astronaut Blue #094963

Tints of Astronaut Blue #094963

RGB

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

 GREEN value IS 73 (28.91% from 255) = 40.33%

 BLUE value IS 99 (39.06% from 255) = 54.7%

R = 4.97%
G = 40.33%
B = 54.7%

CMYK

 C value IS 0.91

 M value IS 0.26

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#094963 (or 0x094963) is known color: Astronaut Blue. HEX triplet: 09, 49 and 63. RGB value is (9,73,99). Sum of RGB (Red+Green+Blue) = 9+73+99=181 (23% of max value = 765). Red value is 9 (3.91% from 255 or 4.97% from 181); Green value is 73 (28.91% from 255 or 40.33% from 181); Blue value is 99 (39.06% from 255 or 54.70% from 181); Max value from RGB is 99 - color contains mainly: blue. Hex color #094963 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094963 is #F6B69C. Grayscale: #383838. Windows color (decimal): -16168605 or 6506761. OLE color: 6506761.

HSL color Cylindrical-coordinate representation of color #094963: hue angle of 197.33º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #094963 is Cyan = 0.91, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 9 73 99 -
CMYK 0.91 0.26 0 0.61
HSL 197.33º 0.83% 0.21% -
HSV(B) 197.33º 0.91% 0.39% -
XYZ 4.75 5.72 12.66 -
YUV 56.83 151.8 93.89 -
System Red Green Blue C M Y K H S L
Decimal 9 73 99 0.91 0.26 0 0.61 197.33 0.83 0.21
Hex 9 49 63 5B 1A 0 3D C5 53 15
Octal 11 111 143 133 32 0 75 305 123 25
Binary 1001 1001001 1100011 1011011 11010 0 111101 11000101 1010011 10101

Color Harmonies of #094963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094963

Black with #094963

Text Example


Text Example

White with #094963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094963; }

 p { color: rgb(9,73,99); }

 H1.HeaderClassName
 {
   color: #094963;
 }
 .AnyTagClassName
 {
   color: #094963;
 }
</style>

background-color css

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

 a { background-color: rgb(9,73,99); }

 div.DivClassName
 {
   background-color: #094963;
 }
 .BgClassName
 {
   background-color: #094963;
 }
</style>

border-color css

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

 span { border-color: rgb(9,73,99); }

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