#124F66

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

Shades of Astronaut Blue #124F66

Tints of Astronaut Blue #124F66

Color information

#124F66 (or 0x124F66) is unknown color: approx Astronaut Blue. HEX triplet: 12, 4F and 66. RGB value is (18,79,102). Sum of RGB (Red+Green+Blue) = 18+79+102=199 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.05% from 199); Green value is 79 (31.25% from 255 or 39.70% from 199); Blue value is 102 (40.23% from 255 or 51.26% from 199); Max value from RGB is 102 - color contains mainly: blue. Hex color #124F66 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #124F66 is #EDB099. Grayscale: #3F3F3F. Windows color (decimal): -15577242 or 6704914. OLE color: 6704914.

HSL color Cylindrical-coordinate representation of color #124F66: hue angle of 196.43º 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 #124F66 is Cyan = 0.82, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB1879102-
CMYK0.820.2300.6
HSL196.43º70%23.53%-
HSV(B)196.43º82.35%40%-
XYZ5.446.6813.57-
YUV63.38149.7995.63-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.05%
GREEN value IS 79 (31.25% from 255) = 39.70%
BLUE value IS 102 (40.23% from 255) = 51.26%
R=9.05%
G=39.70%
B=51.26%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal18791020.820.2300.6196.437023.53
Hex124F66521703Cc44618
Octal221171461222707430410630
Binary1001010011111100110101001010111011110011000100100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124F66; }

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

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

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

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

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

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

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

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