#124458

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

Shades of Astronaut Blue #124458

Tints of Astronaut Blue #124458

Color information

#124458 (or 0x124458) is unknown color: approx Astronaut Blue. HEX triplet: 12, 44 and 58. RGB value is (18,68,88). Sum of RGB (Red+Green+Blue) = 18+68+88=174 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.34% from 174); Green value is 68 (26.95% from 255 or 39.08% from 174); Blue value is 88 (34.77% from 255 or 50.57% from 174); Max value from RGB is 88 - color contains mainly: blue. Hex color #124458 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124458 is #EDBBA7. Grayscale: #373737. Windows color (decimal): -15580072 or 5784594. OLE color: 5784594.

HSL color Cylindrical-coordinate representation of color #124458: hue angle of 197.14º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #124458 is Cyan = 0.80, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB186888-
CMYK0.800.2300.65
HSL197.14º66.04%20.78%-
HSV(B)197.14º79.55%34.51%-
XYZ4.084.979.98-
YUV55.33146.44101.37-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.34%
GREEN value IS 68 (26.95% from 255) = 39.08%
BLUE value IS 88 (34.77% from 255) = 50.57%
R=10.34%
G=39.08%
B=50.57%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1868880.800.2300.65197.1466.0420.78
Hex1244585017041c54215
Octal2210413012027010130510225
Binary10010100010010110001010000101110100000111000101100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124458; }

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

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

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

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

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

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

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

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