#124454

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

Shades of Astronaut Blue #124454

Tints of Astronaut Blue #124454

Color information

#124454 (or 0x124454) is unknown color: approx Astronaut Blue. HEX triplet: 12, 44 and 54. RGB value is (18,68,84). Sum of RGB (Red+Green+Blue) = 18+68+84=170 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.59% from 170); Green value is 68 (26.95% from 255 or 40% from 170); Blue value is 84 (33.20% from 255 or 49.41% from 170); Max value from RGB is 84 - color contains mainly: blue. Hex color #124454 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124454 is #EDBBAB. Grayscale: #363636. Windows color (decimal): -15580076 or 5522450. OLE color: 5522450.

HSL color Cylindrical-coordinate representation of color #124454: hue angle of 194.55º 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 #124454 is Cyan = 0.79, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB186884-
CMYK0.790.1900.67
HSL194.55º64.71%20%-
HSV(B)194.55º78.57%32.94%-
XYZ3.924.99.13-
YUV54.87144.44101.7-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.59%
GREEN value IS 68 (26.95% from 255) = 40%
BLUE value IS 84 (33.20% from 255) = 49.41%
R=10.59%
G=40%
B=49.41%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1868840.790.1900.67194.5564.7120
Hex1244544F13043c34114
Octal2210412411723010330310124
Binary10010100010010101001001111100110100001111000011100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124454; }

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

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

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

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

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

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

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

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