#124254

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

Shades of Astronaut Blue #124254

Tints of Astronaut Blue #124254

Color information

#124254 (or 0x124254) is unknown color: approx Astronaut Blue. HEX triplet: 12, 42 and 54. RGB value is (18,66,84). Sum of RGB (Red+Green+Blue) = 18+66+84=168 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.71% from 168); Green value is 66 (26.17% from 255 or 39.29% from 168); Blue value is 84 (33.20% from 255 or 50% from 168); Max value from RGB is 84 - color contains mainly: blue. Hex color #124254 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124254 is #EDBDAB. Grayscale: #353535. Windows color (decimal): -15580588 or 5521938. OLE color: 5521938.

HSL color Cylindrical-coordinate representation of color #124254: hue angle of 196.36º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #124254 is Cyan = 0.79, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB186684-
CMYK0.790.2100.67
HSL196.36º64.71%20%-
HSV(B)196.36º78.57%32.94%-
XYZ3.84.679.09-
YUV53.7145.1102.54-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.71%
GREEN value IS 66 (26.17% from 255) = 39.29%
BLUE value IS 84 (33.20% from 255) = 50%
R=10.71%
G=39.29%
B=50%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1866840.790.2100.67196.3664.7120
Hex1242544F15043c44114
Octal2210212411725010330410124
Binary10010100001010101001001111101010100001111000100100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124254; }

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

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

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

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

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

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

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

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