#124567

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

Shades of Astronaut Blue #124567

Tints of Astronaut Blue #124567

Color information

#124567 (or 0x124567) is unknown color: approx Astronaut Blue. HEX triplet: 12, 45 and 67. RGB value is (18,69,103). Sum of RGB (Red+Green+Blue) = 18+69+103=190 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.47% from 190); Green value is 69 (27.34% from 255 or 36.32% from 190); Blue value is 103 (40.62% from 255 or 54.21% from 190); Max value from RGB is 103 - color contains mainly: blue. Hex color #124567 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124567 is #EDBA98. Grayscale: #393939. Windows color (decimal): -15579801 or 6767890. OLE color: 6767890.

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

Color convert

RGB1869103-
CMYK0.830.3300.60
HSL204º70.25%23.73%-
HSV(B)204º82.52%40.39%-
XYZ4.835.3613.61-
YUV57.63153.699.74-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.47%
GREEN value IS 69 (27.34% from 255) = 36.32%
BLUE value IS 103 (40.62% from 255) = 54.21%
R=9.47%
G=36.32%
B=54.21%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal18691030.830.3300.6020470.2523.73
Hex124567532103Ccc4618
Octal221051471234107431410630
Binary10010100010111001111010011100001011110011001100100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124567; }

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

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

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

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

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

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

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

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