#124655

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

Shades of Astronaut Blue #124655

Tints of Astronaut Blue #124655

Color information

#124655 (or 0x124655) is unknown color: approx Astronaut Blue. HEX triplet: 12, 46 and 55. RGB value is (18,70,85). Sum of RGB (Red+Green+Blue) = 18+70+85=173 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.40% from 173); Green value is 70 (27.73% from 255 or 40.46% from 173); Blue value is 85 (33.59% from 255 or 49.13% from 173); Max value from RGB is 85 - color contains mainly: blue. Hex color #124655 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124655 is #EDB9AA. Grayscale: #383838. Windows color (decimal): -15579563 or 5588498. OLE color: 5588498.

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

Color convert

RGB187085-
CMYK0.790.1800.67
HSL193.43º65.05%20.2%-
HSV(B)193.43º78.82%33.33%-
XYZ4.085.169.38-
YUV56.16144.27100.78-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.40%
GREEN value IS 70 (27.73% from 255) = 40.46%
BLUE value IS 85 (33.59% from 255) = 49.13%
R=10.40%
G=40.46%
B=49.13%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1870850.790.1800.67193.4365.0520.2
Hex1246554F12043c14114
Octal2210612511722010330110124
Binary10010100011010101011001111100100100001111000001100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124655; }

 p { color: rgb(18,70,85); }

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

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

 a { background-color: rgb(18,70,85); }

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

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

 span { border-color: rgb(18,70,85); }

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