#12485C

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

Shades of Astronaut Blue #12485C

Tints of Astronaut Blue #12485C

Color information

#12485C (or 0x12485C) is unknown color: approx Astronaut Blue. HEX triplet: 12, 48 and 5C. RGB value is (18,72,92). Sum of RGB (Red+Green+Blue) = 18+72+92=182 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.89% from 182); Green value is 72 (28.52% from 255 or 39.56% from 182); Blue value is 92 (36.33% from 255 or 50.55% from 182); Max value from RGB is 92 - color contains mainly: blue. Hex color #12485C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12485C is #EDB7A3. Grayscale: #393939. Windows color (decimal): -15579044 or 6047762. OLE color: 6047762.

HSL color Cylindrical-coordinate representation of color #12485C: hue angle of 196.22º 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 #12485C is Cyan = 0.80, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB187292-
CMYK0.800.2200.64
HSL196.22º67.27%21.57%-
HSV(B)196.22º80.43%36.08%-
XYZ4.55.5410.96-
YUV58.13147.1199.37-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.89%
GREEN value IS 72 (28.52% from 255) = 39.56%
BLUE value IS 92 (36.33% from 255) = 50.55%
R=9.89%
G=39.56%
B=50.55%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1872920.800.2200.64196.2267.2721.57
Hex12485C5016040c44316
Octal2211013412026010030410326
Binary10010100100010111001010000101100100000011000100100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12485C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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