#124C62

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

Shades of Astronaut Blue #124C62

Tints of Astronaut Blue #124C62

Color information

#124C62 (or 0x124C62) is unknown color: approx Astronaut Blue. HEX triplet: 12, 4C and 62. RGB value is (18,76,98). Sum of RGB (Red+Green+Blue) = 18+76+98=192 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.38% from 192); Green value is 76 (30.08% from 255 or 39.58% from 192); Blue value is 98 (38.67% from 255 or 51.04% from 192); Max value from RGB is 98 - color contains mainly: blue. Hex color #124C62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124C62 is #EDB39D. Grayscale: #3D3D3D. Windows color (decimal): -15578014 or 6442002. OLE color: 6442002.

HSL color Cylindrical-coordinate representation of color #124C62: hue angle of 196.5º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #124C62 is Cyan = 0.82, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB187698-
CMYK0.820.2200.62
HSL196.5º68.97%22.75%-
HSV(B)196.5º81.63%38.43%-
XYZ5.046.1812.48-
YUV61.17148.7897.21-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.38%
GREEN value IS 76 (30.08% from 255) = 39.58%
BLUE value IS 98 (38.67% from 255) = 51.04%
R=9.38%
G=39.58%
B=51.04%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1876980.820.2200.62196.568.9722.75
Hex124C62521603Ec44517
Octal221141421222607630410527
Binary1001010011001100010101001010110011111011000100100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,76,98); }

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

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

 a { background-color: rgb(18,76,98); }

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

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

 span { border-color: rgb(18,76,98); }

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