#0A425C

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

Shades of Astronaut Blue #0A425C

Tints of Astronaut Blue #0A425C

Color information

#0A425C (or 0x0A425C) is unknown color: approx Astronaut Blue. HEX triplet: 0A, 42 and 5C. RGB value is (10,66,92). Sum of RGB (Red+Green+Blue) = 10+66+92=168 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.95% from 168); Green value is 66 (26.17% from 255 or 39.29% from 168); Blue value is 92 (36.33% from 255 or 54.76% from 168); Max value from RGB is 92 - color contains mainly: blue. Hex color #0A425C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A425C is #F5BDA3. Grayscale: #343434. Windows color (decimal): -16104868 or 6046218. OLE color: 6046218.

HSL color Cylindrical-coordinate representation of color #0A425C: hue angle of 199.02º degrees, saturation: 0.8, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0A425C is Cyan = 0.89, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB106692-
CMYK0.890.2800.64
HSL199.02º80.39%20%-
HSV(B)199.02º89.13%36.08%-
XYZ4.014.7310.83-
YUV52.22150.4597.89-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.95%
GREEN value IS 66 (26.17% from 255) = 39.29%
BLUE value IS 92 (36.33% from 255) = 54.76%
R=5.95%
G=39.29%
B=54.76%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1066920.890.2800.64199.0280.3920
HexA425C591C040c75014
Octal1210213413134010030712024
Binary1010100001010111001011001111000100000011000111101000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A425C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A425C; }

 p { color: rgb(10,66,92); }

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

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

 a { background-color: rgb(10,66,92); }

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

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

 span { border-color: rgb(10,66,92); }

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