Html Css Color HEX #094962 Astronaut Blue

📋 copy color: '#094962'

red 9 ◦ green 73 ◦ blue 98

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

Shades of Astronaut Blue #094962

Tints of Astronaut Blue #094962

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 54.44%

R = 5%
G = 40.56%
B = 54.44%

CMYK

 C value IS 0.91

 M value IS 0.26

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#094962 (or 0x094962) is known color: Astronaut Blue. HEX triplet: 09, 49 and 62. RGB value is (9,73,98). Sum of RGB (Red+Green+Blue) = 9+73+98=180 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5% from 180); Green value is 73 (28.91% from 255 or 40.56% from 180); Blue value is 98 (38.67% from 255 or 54.44% from 180); Max value from RGB is 98 - color contains mainly: blue. Hex color #094962 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094962 is #F6B69D. Grayscale: #383838. Windows color (decimal): -16168606 or 6441225. OLE color: 6441225.

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

Color convert

RGB 9 73 98 -
CMYK 0.91 0.26 0 0.62
HSL 196.85º 0.83% 0.21% -
HSV(B) 196.85º 0.91% 0.38% -
XYZ 4.7 5.71 12.41 -
YUV 56.71 151.3 93.97 -
System Red Green Blue C M Y K H S L
Decimal 9 73 98 0.91 0.26 0 0.62 196.85 0.83 0.21
Hex 9 49 62 5B 1A 0 3E C5 53 15
Octal 11 111 142 133 32 0 76 305 123 25
Binary 1001 1001001 1100010 1011011 11010 0 111110 11000101 1010011 10101

Color Harmonies of #094962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094962

Black with #094962

Text Example


Text Example

White with #094962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094962; }

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

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

background-color css

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

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

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

border-color css

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

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

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