#12455A

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

Shades of Astronaut Blue #12455A

Tints of Astronaut Blue #12455A

Color information

#12455A (or 0x12455A) is unknown color: approx Astronaut Blue. HEX triplet: 12, 45 and 5A. RGB value is (18,69,90). Sum of RGB (Red+Green+Blue) = 18+69+90=177 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.17% from 177); Green value is 69 (27.34% from 255 or 38.98% from 177); Blue value is 90 (35.55% from 255 or 50.85% from 177); Max value from RGB is 90 - color contains mainly: blue. Hex color #12455A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12455A is #EDBAA5. Grayscale: #383838. Windows color (decimal): -15579814 or 5915922. OLE color: 5915922.

HSL color Cylindrical-coordinate representation of color #12455A: hue angle of 197.5º 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 #12455A is Cyan = 0.80, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB186990-
CMYK0.800.2300.65
HSL197.5º66.67%21.18%-
HSV(B)197.5º80%35.29%-
XYZ4.225.1210.44-
YUV56.14147.1100.79-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.17%
GREEN value IS 69 (27.34% from 255) = 38.98%
BLUE value IS 90 (35.55% from 255) = 50.85%
R=10.17%
G=38.98%
B=50.85%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1869900.800.2300.65197.566.6721.18
Hex12455A5017041c64315
Octal2210513212027010130610325
Binary10010100010110110101010000101110100000111000110100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12455A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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