Html Css Color HEX #09445D Astronaut Blue

📋 copy color: '#09445D'

red 9 ◦ green 68 ◦ blue 93

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

Shades of Astronaut Blue #09445D

Tints of Astronaut Blue #09445D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 40%

 BLUE value IS 93 (36.72% from 255) = 54.71%

R = 5.29%
G = 40%
B = 54.71%

CMYK

 C value IS 0.90

 M value IS 0.27

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#09445D (or 0x09445D) is known color: Astronaut Blue. HEX triplet: 09, 44 and 5D. RGB value is (9,68,93). Sum of RGB (Red+Green+Blue) = 9+68+93=170 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.29% from 170); Green value is 68 (26.95% from 255 or 40% from 170); Blue value is 93 (36.72% from 255 or 54.71% from 170); Max value from RGB is 93 - color contains mainly: blue. Hex color #09445D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09445D is #F6BBA2. Grayscale: #353535. Windows color (decimal): -16169891 or 6112265. OLE color: 6112265.

HSL color Cylindrical-coordinate representation of color #09445D: hue angle of 197.86º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #09445D is Cyan = 0.90, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 9 68 93 -
CMYK 0.90 0.27 0 0.64
HSL 197.86º 0.82% 0.2% -
HSV(B) 197.86º 0.9% 0.36% -
XYZ 4.16 4.98 11.1 -
YUV 53.21 150.45 96.47 -
System Red Green Blue C M Y K H S L
Decimal 9 68 93 0.90 0.27 0 0.64 197.86 0.82 0.2
Hex 9 44 5D 5A 1B 0 40 C6 52 14
Octal 11 104 135 132 33 0 100 306 122 24
Binary 1001 1000100 1011101 1011010 11011 0 1000000 11000110 1010010 10100

Color Harmonies of #09445D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09445D

Black with #09445D

Text Example


Text Example

White with #09445D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09445D; }

 p { color: rgb(9,68,93); }

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

background-color css

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

 a { background-color: rgb(9,68,93); }

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

border-color css

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

 span { border-color: rgb(9,68,93); }

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