#12425A

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

Shades of Astronaut Blue #12425A

Tints of Astronaut Blue #12425A

Color information

#12425A (or 0x12425A) is unknown color: approx Astronaut Blue. HEX triplet: 12, 42 and 5A. RGB value is (18,66,90). Sum of RGB (Red+Green+Blue) = 18+66+90=174 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.34% from 174); Green value is 66 (26.17% from 255 or 37.93% from 174); Blue value is 90 (35.55% from 255 or 51.72% from 174); Max value from RGB is 90 - color contains mainly: blue. Hex color #12425A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12425A is #EDBDA5. Grayscale: #363636. Windows color (decimal): -15580582 or 5915154. OLE color: 5915154.

HSL color Cylindrical-coordinate representation of color #12425A: hue angle of 200º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #12425A is Cyan = 0.80, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB186690-
CMYK0.800.2700.65
HSL200º66.67%21.18%-
HSV(B)200º80%35.29%-
XYZ4.044.7610.38-
YUV54.38148.1102.05-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.34%
GREEN value IS 66 (26.17% from 255) = 37.93%
BLUE value IS 90 (35.55% from 255) = 51.72%
R=10.34%
G=37.93%
B=51.72%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1866900.800.2700.6520066.6721.18
Hex12425A501B041c84315
Octal2210213212033010131010325
Binary10010100001010110101010000110110100000111001000100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12425A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12425A; }

 p { color: rgb(18,66,90); }

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

<style>
 a { background-color: #12425A; }

 a { background-color: rgb(18,66,90); }

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

<style>
 span { border-color: #12425A; }

 span { border-color: rgb(18,66,90); }

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