#124566

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

Shades of Astronaut Blue #124566

Tints of Astronaut Blue #124566

Color information

#124566 (or 0x124566) is unknown color: approx Astronaut Blue. HEX triplet: 12, 45 and 66. RGB value is (18,69,102). Sum of RGB (Red+Green+Blue) = 18+69+102=189 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.52% from 189); Green value is 69 (27.34% from 255 or 36.51% from 189); Blue value is 102 (40.23% from 255 or 53.97% from 189); Max value from RGB is 102 - color contains mainly: blue. Hex color #124566 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124566 is #EDBA99. Grayscale: #393939. Windows color (decimal): -15579802 or 6702354. OLE color: 6702354.

HSL color Cylindrical-coordinate representation of color #124566: hue angle of 203.57º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #124566 is Cyan = 0.82, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB1869102-
CMYK0.820.3200.6
HSL203.57º70%23.53%-
HSV(B)203.57º82.35%40%-
XYZ4.785.3413.35-
YUV57.51153.199.82-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.52%
GREEN value IS 69 (27.34% from 255) = 36.51%
BLUE value IS 102 (40.23% from 255) = 53.97%
R=9.52%
G=36.51%
B=53.97%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal18691020.820.3200.6203.577023.53
Hex124566522003Ccc4618
Octal221051461224007431410630
Binary10010100010111001101010010100000011110011001100100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124566; }

 p { color: rgb(18,69,102); }

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

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

 a { background-color: rgb(18,69,102); }

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

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

 span { border-color: rgb(18,69,102); }

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