#10425B

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

Shades of Astronaut Blue #10425B

Tints of Astronaut Blue #10425B

Color information

#10425B (or 0x10425B) is unknown color: approx Astronaut Blue. HEX triplet: 10, 42 and 5B. RGB value is (16,66,91). Sum of RGB (Red+Green+Blue) = 16+66+91=173 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.25% from 173); Green value is 66 (26.17% from 255 or 38.15% from 173); Blue value is 91 (35.94% from 255 or 52.60% from 173); Max value from RGB is 91 - color contains mainly: blue. Hex color #10425B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10425B is #EFBDA4. Grayscale: #353535. Windows color (decimal): -15711653 or 5980688. OLE color: 5980688.

HSL color Cylindrical-coordinate representation of color #10425B: hue angle of 200º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #10425B is Cyan = 0.82, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB166691-
CMYK0.820.2700.64
HSL200º70.09%20.98%-
HSV(B)200º82.42%35.69%-
XYZ4.054.7610.6-
YUV53.9148.94100.97-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.25%
GREEN value IS 66 (26.17% from 255) = 38.15%
BLUE value IS 91 (35.94% from 255) = 52.60%
R=9.25%
G=38.15%
B=52.60%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1666910.820.2700.6420070.0920.98
Hex10425B521B040c84615
Octal2010213312233010031010625
Binary10000100001010110111010010110110100000011001000100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10425B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10425B; }

 p { color: rgb(16,66,91); }

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

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

 a { background-color: rgb(16,66,91); }

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

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

 span { border-color: rgb(16,66,91); }

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