#124560

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

Shades of Astronaut Blue #124560

Tints of Astronaut Blue #124560

Color information

#124560 (or 0x124560) is unknown color: approx Astronaut Blue. HEX triplet: 12, 45 and 60. RGB value is (18,69,96). Sum of RGB (Red+Green+Blue) = 18+69+96=183 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.84% from 183); Green value is 69 (27.34% from 255 or 37.70% from 183); Blue value is 96 (37.89% from 255 or 52.46% from 183); Max value from RGB is 96 - color contains mainly: blue. Hex color #124560 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124560 is #EDBA9F. Grayscale: #383838. Windows color (decimal): -15579808 or 6309138. OLE color: 6309138.

HSL color Cylindrical-coordinate representation of color #124560: hue angle of 200.77º 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 #124560 is Cyan = 0.81, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB186996-
CMYK0.810.2800.62
HSL200.77º68.42%22.35%-
HSV(B)200.77º81.25%37.65%-
XYZ4.495.2311.84-
YUV56.83150.1100.3-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.84%
GREEN value IS 69 (27.34% from 255) = 37.70%
BLUE value IS 96 (37.89% from 255) = 52.46%
R=9.84%
G=37.70%
B=52.46%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1869960.810.2800.62200.7768.4222.35
Hex124560511C03Ec94416
Octal221051401213407631110426
Binary1001010001011100000101000111100011111011001001100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124560; }

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

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

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

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

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

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

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

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