#08445D

Color #08445D Astronaut Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Astronaut Blue #08445D

Tints of Astronaut Blue #08445D

Color information

#08445D (or 0x08445D) is unknown color: approx Astronaut Blue. HEX triplet: 08, 44 and 5D. RGB value is (8,68,93). Sum of RGB (Red+Green+Blue) = 8+68+93=169 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.73% from 169); Green value is 68 (26.95% from 255 or 40.24% from 169); Blue value is 93 (36.72% from 255 or 55.03% from 169); Max value from RGB is 93 - color contains mainly: blue. Hex color #08445D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08445D is #F7BBA2. Grayscale: #343434. Windows color (decimal): -16235427 or 6112264. OLE color: 6112264.

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

Color convert

RGB86893-
CMYK0.910.2700.64
HSL197.65º84.16%19.8%-
HSV(B)197.65º91.4%36.47%-
XYZ4.144.9811.1-
YUV52.91150.6295.97-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.73%
GREEN value IS 68 (26.95% from 255) = 40.24%
BLUE value IS 93 (36.72% from 255) = 55.03%
R=4.73%
G=40.24%
B=55.03%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal868930.910.2700.64197.6584.1619.8
Hex8445D5B1B040c65414
Octal1010413513333010030612424
Binary1000100010010111011011011110110100000011000110101010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08445D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #08445D;
 }
 .AnyTagClassName
 {
   color: #08445D;
 }
</style>
background-color css

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

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

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

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

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

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