#12495C

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

Shades of Astronaut Blue #12495C

Tints of Astronaut Blue #12495C

Color information

#12495C (or 0x12495C) is unknown color: approx Astronaut Blue. HEX triplet: 12, 49 and 5C. RGB value is (18,73,92). Sum of RGB (Red+Green+Blue) = 18+73+92=183 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.84% from 183); Green value is 73 (28.91% from 255 or 39.89% from 183); Blue value is 92 (36.33% from 255 or 50.27% from 183); Max value from RGB is 92 - color contains mainly: blue. Hex color #12495C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12495C is #EDB6A3. Grayscale: #3A3A3A. Windows color (decimal): -15578788 or 6048018. OLE color: 6048018.

HSL color Cylindrical-coordinate representation of color #12495C: hue angle of 195.41º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #12495C is Cyan = 0.80, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB187392-
CMYK0.800.2100.64
HSL195.41º67.27%21.57%-
HSV(B)195.41º80.43%36.08%-
XYZ4.565.6710.98-
YUV58.72146.7898.96-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.84%
GREEN value IS 73 (28.91% from 255) = 39.89%
BLUE value IS 92 (36.33% from 255) = 50.27%
R=9.84%
G=39.89%
B=50.27%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1873920.800.2100.64195.4167.2721.57
Hex12495C5015040c34316
Octal2211113412025010030310326
Binary10010100100110111001010000101010100000011000011100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12495C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12495C; }

 p { color: rgb(18,73,92); }

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

<style>
 a { background-color: #12495C; }

 a { background-color: rgb(18,73,92); }

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

<style>
 span { border-color: #12495C; }

 span { border-color: rgb(18,73,92); }

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