#12425B

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

Shades of Astronaut Blue #12425B

Tints of Astronaut Blue #12425B

Color information

#12425B (or 0x12425B) is unknown color: approx Astronaut Blue. HEX triplet: 12, 42 and 5B. RGB value is (18,66,91). Sum of RGB (Red+Green+Blue) = 18+66+91=175 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.29% from 175); Green value is 66 (26.17% from 255 or 37.71% from 175); Blue value is 91 (35.94% from 255 or 52% from 175); Max value from RGB is 91 - color contains mainly: blue. Hex color #12425B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12425B is #EDBDA4. Grayscale: #363636. Windows color (decimal): -15580581 or 5980690. OLE color: 5980690.

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

Color convert

RGB186691-
CMYK0.800.2700.64
HSL200.55º66.97%21.37%-
HSV(B)200.55º80.22%35.69%-
XYZ4.094.7810.6-
YUV54.5148.6101.97-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.29%
GREEN value IS 66 (26.17% from 255) = 37.71%
BLUE value IS 91 (35.94% from 255) = 52%
R=10.29%
G=37.71%
B=52%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1866910.800.2700.64200.5566.9721.37
Hex12425B501B040c94315
Octal2210213312033010031110325
Binary10010100001010110111010000110110100000011001001100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12425B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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