#124A67

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

Shades of Astronaut Blue #124A67

Tints of Astronaut Blue #124A67

Color information

#124A67 (or 0x124A67) is unknown color: approx Astronaut Blue. HEX triplet: 12, 4A and 67. RGB value is (18,74,103). Sum of RGB (Red+Green+Blue) = 18+74+103=195 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.23% from 195); Green value is 74 (29.30% from 255 or 37.95% from 195); Blue value is 103 (40.62% from 255 or 52.82% from 195); Max value from RGB is 103 - color contains mainly: blue. Hex color #124A67 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124A67 is #EDB598. Grayscale: #3C3C3C. Windows color (decimal): -15578521 or 6769170. OLE color: 6769170.

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

Color convert

RGB1874103-
CMYK0.830.2800.60
HSL200.47º70.25%23.73%-
HSV(B)200.47º82.52%40.39%-
XYZ5.156.0113.72-
YUV60.56151.9597.64-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.23%
GREEN value IS 74 (29.30% from 255) = 37.95%
BLUE value IS 103 (40.62% from 255) = 52.82%
R=9.23%
G=37.95%
B=52.82%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal18741030.830.2800.60200.4770.2523.73
Hex124A67531C03Cc84618
Octal221121471233407431010630
Binary1001010010101100111101001111100011110011001000100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124A67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,74,103); }

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

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

 a { background-color: rgb(18,74,103); }

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

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

 span { border-color: rgb(18,74,103); }

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