#124154

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

Shades of Astronaut Blue #124154

Tints of Astronaut Blue #124154

Color information

#124154 (or 0x124154) is unknown color: approx Astronaut Blue. HEX triplet: 12, 41 and 54. RGB value is (18,65,84). Sum of RGB (Red+Green+Blue) = 18+65+84=167 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.78% from 167); Green value is 65 (25.78% from 255 or 38.92% from 167); Blue value is 84 (33.20% from 255 or 50.30% from 167); Max value from RGB is 84 - color contains mainly: blue. Hex color #124154 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124154 is #EDBEAB. Grayscale: #343434. Windows color (decimal): -15580844 or 5521682. OLE color: 5521682.

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

Color convert

RGB186584-
CMYK0.790.2300.67
HSL197.27º64.71%20%-
HSV(B)197.27º78.57%32.94%-
XYZ3.744.559.07-
YUV53.11145.43102.96-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.78%
GREEN value IS 65 (25.78% from 255) = 38.92%
BLUE value IS 84 (33.20% from 255) = 50.30%
R=10.78%
G=38.92%
B=50.30%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1865840.790.2300.67197.2764.7120
Hex1241544F17043c54114
Octal2210112411727010330510124
Binary10010100000110101001001111101110100001111000101100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124154; }

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

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

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

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

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

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

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

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