#124B66

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

Shades of Astronaut Blue #124B66

Tints of Astronaut Blue #124B66

Color information

#124B66 (or 0x124B66) is unknown color: approx Astronaut Blue. HEX triplet: 12, 4B and 66. RGB value is (18,75,102). Sum of RGB (Red+Green+Blue) = 18+75+102=195 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.23% from 195); Green value is 75 (29.69% from 255 or 38.46% from 195); Blue value is 102 (40.23% from 255 or 52.31% from 195); Max value from RGB is 102 - color contains mainly: blue. Hex color #124B66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124B66 is #EDB499. Grayscale: #3C3C3C. Windows color (decimal): -15578266 or 6703890. OLE color: 6703890.

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

Color convert

RGB1875102-
CMYK0.820.2600.6
HSL199.29º70%23.53%-
HSV(B)199.29º82.35%40%-
XYZ5.166.1213.48-
YUV61.04151.1297.3-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.23%
GREEN value IS 75 (29.69% from 255) = 38.46%
BLUE value IS 102 (40.23% from 255) = 52.31%
R=9.23%
G=38.46%
B=52.31%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal18751020.820.2600.6199.297023.53
Hex124B66521A03Cc74618
Octal221131461223207430710630
Binary1001010010111100110101001011010011110011000111100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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