#124354

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

Shades of Astronaut Blue #124354

Tints of Astronaut Blue #124354

Color information

#124354 (or 0x124354) is unknown color: approx Astronaut Blue. HEX triplet: 12, 43 and 54. RGB value is (18,67,84). Sum of RGB (Red+Green+Blue) = 18+67+84=169 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.65% from 169); Green value is 67 (26.56% from 255 or 39.64% from 169); Blue value is 84 (33.20% from 255 or 49.70% from 169); Max value from RGB is 84 - color contains mainly: blue. Hex color #124354 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124354 is #EDBCAB. Grayscale: #363636. Windows color (decimal): -15580332 or 5522194. OLE color: 5522194.

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

Color convert

RGB186784-
CMYK0.790.2000.67
HSL195.45º64.71%20%-
HSV(B)195.45º78.57%32.94%-
XYZ3.864.789.11-
YUV54.29144.77102.12-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.65%
GREEN value IS 67 (26.56% from 255) = 39.64%
BLUE value IS 84 (33.20% from 255) = 49.70%
R=10.65%
G=39.64%
B=49.70%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1867840.790.2000.67195.4564.7120
Hex1243544F14043c34114
Octal2210312411724010330310124
Binary10010100001110101001001111101000100001111000011100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124354; }

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

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

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

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

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

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

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

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