#124762

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

Shades of Astronaut Blue #124762

Tints of Astronaut Blue #124762

Color information

#124762 (or 0x124762) is unknown color: approx Astronaut Blue. HEX triplet: 12, 47 and 62. RGB value is (18,71,98). Sum of RGB (Red+Green+Blue) = 18+71+98=187 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.63% from 187); Green value is 71 (28.12% from 255 or 37.97% from 187); Blue value is 98 (38.67% from 255 or 52.41% from 187); Max value from RGB is 98 - color contains mainly: blue. Hex color #124762 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124762 is #EDB89D. Grayscale: #3A3A3A. Windows color (decimal): -15579294 or 6440722. OLE color: 6440722.

HSL color Cylindrical-coordinate representation of color #124762: hue angle of 200.25º 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 #124762 is Cyan = 0.82, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB187198-
CMYK0.820.2800.62
HSL200.25º68.97%22.75%-
HSV(B)200.25º81.63%38.43%-
XYZ4.715.5212.37-
YUV58.23150.4499.3-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.63%
GREEN value IS 71 (28.12% from 255) = 37.97%
BLUE value IS 98 (38.67% from 255) = 52.41%
R=9.63%
G=37.97%
B=52.41%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1871980.820.2800.62200.2568.9722.75
Hex124762521C03Ec84517
Octal221071421223407631010527
Binary1001010001111100010101001011100011111011001000100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124762; }

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

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

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

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

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

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

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

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