#10455D

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

Shades of Astronaut Blue #10455D

Tints of Astronaut Blue #10455D

Color information

#10455D (or 0x10455D) is unknown color: approx Astronaut Blue. HEX triplet: 10, 45 and 5D. RGB value is (16,69,93). Sum of RGB (Red+Green+Blue) = 16+69+93=178 (23% of max value = 765). Red value is 16 (6.64% from 255 or 8.99% from 178); Green value is 69 (27.34% from 255 or 38.76% from 178); Blue value is 93 (36.72% from 255 or 52.25% from 178); Max value from RGB is 93 - color contains mainly: blue. Hex color #10455D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10455D is #EFBAA2. Grayscale: #373737. Windows color (decimal): -15710883 or 6112528. OLE color: 6112528.

HSL color Cylindrical-coordinate representation of color #10455D: hue angle of 198.7º degrees, saturation: 0.71, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #10455D is Cyan = 0.83, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB166993-
CMYK0.830.2600.64
HSL198.7º70.64%21.37%-
HSV(B)198.7º82.8%36.47%-
XYZ4.325.1611.12-
YUV55.89148.9499.55-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.99%
GREEN value IS 69 (27.34% from 255) = 38.76%
BLUE value IS 93 (36.72% from 255) = 52.25%
R=8.99%
G=38.76%
B=52.25%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1669930.830.2600.64198.770.6421.37
Hex10455D531A040c74715
Octal2010513512332010030710725
Binary10000100010110111011010011110100100000011000111100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10455D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,69,93); }

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

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

 a { background-color: rgb(16,69,93); }

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

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

 span { border-color: rgb(16,69,93); }

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