#123F56

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

Shades of Astronaut Blue #123F56

Tints of Astronaut Blue #123F56

Color information

#123F56 (or 0x123F56) is unknown color: approx Astronaut Blue. HEX triplet: 12, 3F and 56. RGB value is (18,63,86). Sum of RGB (Red+Green+Blue) = 18+63+86=167 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.78% from 167); Green value is 63 (25% from 255 or 37.72% from 167); Blue value is 86 (33.98% from 255 or 51.50% from 167); Max value from RGB is 86 - color contains mainly: blue. Hex color #123F56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123F56 is #EDC0A9. Grayscale: #343434. Windows color (decimal): -15581354 or 5652242. OLE color: 5652242.

HSL color Cylindrical-coordinate representation of color #123F56: hue angle of 200.29º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #123F56 is Cyan = 0.79, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB186386-
CMYK0.790.2700.66
HSL200.29º65.38%20.39%-
HSV(B)200.29º79.07%33.73%-
XYZ3.714.369.45-
YUV52.17147.09103.63-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.78%
GREEN value IS 63 (25% from 255) = 37.72%
BLUE value IS 86 (33.98% from 255) = 51.50%
R=10.78%
G=37.72%
B=51.50%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1863860.790.2700.66200.2965.3820.39
Hex123F564F1B042c84114
Octal227712611733010231010124
Binary1001011111110101101001111110110100001011001000100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123F56; }

 p { color: rgb(18,63,86); }

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

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

 a { background-color: rgb(18,63,86); }

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

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

 span { border-color: rgb(18,63,86); }

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