#124B5D

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

Shades of Astronaut Blue #124B5D

Tints of Astronaut Blue #124B5D

Color information

#124B5D (or 0x124B5D) is unknown color: approx Astronaut Blue. HEX triplet: 12, 4B and 5D. RGB value is (18,75,93). Sum of RGB (Red+Green+Blue) = 18+75+93=186 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.68% from 186); Green value is 75 (29.69% from 255 or 40.32% from 186); Blue value is 93 (36.72% from 255 or 50% from 186); Max value from RGB is 93 - color contains mainly: blue. Hex color #124B5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124B5D is #EDB4A2. Grayscale: #3B3B3B. Windows color (decimal): -15578275 or 6114066. OLE color: 6114066.

HSL color Cylindrical-coordinate representation of color #124B5D: hue angle of 194.4º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #124B5D is Cyan = 0.81, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB187593-
CMYK0.810.1900.64
HSL194.4º67.57%21.76%-
HSV(B)194.4º80.65%36.47%-
XYZ4.745.9511.25-
YUV60.01146.6298.04-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.68%
GREEN value IS 75 (29.69% from 255) = 40.32%
BLUE value IS 93 (36.72% from 255) = 50%
R=9.68%
G=40.32%
B=50%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1875930.810.1900.64194.467.5721.76
Hex124B5D5113040c24416
Octal2211313512123010030210426
Binary10010100101110111011010001100110100000011000010100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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