#124966

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

Shades of Astronaut Blue #124966

Tints of Astronaut Blue #124966

Color information

#124966 (or 0x124966) is unknown color: approx Astronaut Blue. HEX triplet: 12, 49 and 66. RGB value is (18,73,102). Sum of RGB (Red+Green+Blue) = 18+73+102=193 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.33% from 193); Green value is 73 (28.91% from 255 or 37.82% from 193); Blue value is 102 (40.23% from 255 or 52.85% from 193); Max value from RGB is 102 - color contains mainly: blue. Hex color #124966 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124966 is #EDB699. Grayscale: #3B3B3B. Windows color (decimal): -15578778 or 6703378. OLE color: 6703378.

HSL color Cylindrical-coordinate representation of color #124966: hue angle of 200.71º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #124966 is Cyan = 0.82, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB1873102-
CMYK0.820.2800.6
HSL200.71º70%23.53%-
HSV(B)200.71º82.35%40%-
XYZ5.035.8513.43-
YUV59.86151.7898.14-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.33%
GREEN value IS 73 (28.91% from 255) = 37.82%
BLUE value IS 102 (40.23% from 255) = 52.85%
R=9.33%
G=37.82%
B=52.85%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal18731020.820.2800.6200.717023.53
Hex124966521C03Cc94618
Octal221111461223407431110630
Binary1001010010011100110101001011100011110011001001100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124966; }

 p { color: rgb(18,73,102); }

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

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

 a { background-color: rgb(18,73,102); }

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

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

 span { border-color: rgb(18,73,102); }

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