#124460

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

Shades of Astronaut Blue #124460

Tints of Astronaut Blue #124460

Color information

#124460 (or 0x124460) is unknown color: approx Astronaut Blue. HEX triplet: 12, 44 and 60. RGB value is (18,68,96). Sum of RGB (Red+Green+Blue) = 18+68+96=182 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.89% from 182); Green value is 68 (26.95% from 255 or 37.36% from 182); Blue value is 96 (37.89% from 255 or 52.75% from 182); Max value from RGB is 96 - color contains mainly: blue. Hex color #124460 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124460 is #EDBB9F. Grayscale: #383838. Windows color (decimal): -15580064 or 6308882. OLE color: 6308882.

HSL color Cylindrical-coordinate representation of color #124460: hue angle of 201.54º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #124460 is Cyan = 0.81, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB186896-
CMYK0.810.2900.62
HSL201.54º68.42%22.35%-
HSV(B)201.54º81.25%37.65%-
XYZ4.435.1111.82-
YUV56.24150.44100.72-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.89%
GREEN value IS 68 (26.95% from 255) = 37.36%
BLUE value IS 96 (37.89% from 255) = 52.75%
R=9.89%
G=37.36%
B=52.75%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1868960.810.2900.62201.5468.4222.35
Hex124460511D03Eca4416
Octal221041401213507631210426
Binary1001010001001100000101000111101011111011001010100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124460; }

 p { color: rgb(18,68,96); }

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

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

 a { background-color: rgb(18,68,96); }

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

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

 span { border-color: rgb(18,68,96); }

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