#124468

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

Shades of Astronaut Blue #124468

Tints of Astronaut Blue #124468

Color information

#124468 (or 0x124468) is unknown color: approx Astronaut Blue. HEX triplet: 12, 44 and 68. RGB value is (18,68,104). Sum of RGB (Red+Green+Blue) = 18+68+104=190 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.47% from 190); Green value is 68 (26.95% from 255 or 35.79% from 190); Blue value is 104 (41.02% from 255 or 54.74% from 190); Max value from RGB is 104 - color contains mainly: blue. Hex color #124468 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124468 is #EDBB97. Grayscale: #383838. Windows color (decimal): -15580056 or 6833170. OLE color: 6833170.

HSL color Cylindrical-coordinate representation of color #124468: hue angle of 205.12º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #124468 is Cyan = 0.83, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB1868104-
CMYK0.830.3500.59
HSL205.12º70.49%23.92%-
HSV(B)205.12º82.69%40.78%-
XYZ4.825.2613.86-
YUV57.15154.44100.07-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.47%
GREEN value IS 68 (26.95% from 255) = 35.79%
BLUE value IS 104 (41.02% from 255) = 54.74%
R=9.47%
G=35.79%
B=54.74%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal18681040.830.3500.59205.1270.4923.92
Hex124468532303Bcd4618
Octal221041501234307331510630
Binary10010100010011010001010011100011011101111001101100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124468; }

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

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

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

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

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

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

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

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