#124862

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

Shades of Astronaut Blue #124862

Tints of Astronaut Blue #124862

Color information

#124862 (or 0x124862) is unknown color: approx Astronaut Blue. HEX triplet: 12, 48 and 62. RGB value is (18,72,98). Sum of RGB (Red+Green+Blue) = 18+72+98=188 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.57% from 188); Green value is 72 (28.52% from 255 or 38.30% from 188); Blue value is 98 (38.67% from 255 or 52.13% from 188); Max value from RGB is 98 - color contains mainly: blue. Hex color #124862 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124862 is #EDB79D. Grayscale: #3A3A3A. Windows color (decimal): -15579038 or 6440978. OLE color: 6440978.

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

Color convert

RGB187298-
CMYK0.820.2700.62
HSL199.5º68.97%22.75%-
HSV(B)199.5º81.63%38.43%-
XYZ4.775.6512.39-
YUV58.82150.1198.89-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.57%
GREEN value IS 72 (28.52% from 255) = 38.30%
BLUE value IS 98 (38.67% from 255) = 52.13%
R=9.57%
G=38.30%
B=52.13%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1872980.820.2700.62199.568.9722.75
Hex124862521B03Ec84517
Octal221101421223307631010527
Binary1001010010001100010101001011011011111011001000100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124862; }

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

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

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

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

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

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

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

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