#124260

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

Shades of Astronaut Blue #124260

Tints of Astronaut Blue #124260

Color information

#124260 (or 0x124260) is unknown color: approx Astronaut Blue. HEX triplet: 12, 42 and 60. RGB value is (18,66,96). Sum of RGB (Red+Green+Blue) = 18+66+96=180 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10% from 180); Green value is 66 (26.17% from 255 or 36.67% from 180); Blue value is 96 (37.89% from 255 or 53.33% from 180); Max value from RGB is 96 - color contains mainly: blue. Hex color #124260 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124260 is #EDBD9F. Grayscale: #363636. Windows color (decimal): -15580576 or 6308370. OLE color: 6308370.

HSL color Cylindrical-coordinate representation of color #124260: hue angle of 203.08º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #124260 is Cyan = 0.81, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB186696-
CMYK0.810.3100.62
HSL203.08º68.42%22.35%-
HSV(B)203.08º81.25%37.65%-
XYZ4.314.8711.78-
YUV55.07151.1101.56-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10%
GREEN value IS 66 (26.17% from 255) = 36.67%
BLUE value IS 96 (37.89% from 255) = 53.33%
R=10%
G=36.67%
B=53.33%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1866960.810.3100.62203.0868.4222.35
Hex124260511F03Ecb4416
Octal221021401213707631310426
Binary1001010000101100000101000111111011111011001011100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124260; }

 p { color: rgb(18,66,96); }

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

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

 a { background-color: rgb(18,66,96); }

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

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

 span { border-color: rgb(18,66,96); }

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