#123F53

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

Shades of Astronaut Blue #123F53

Tints of Astronaut Blue #123F53

Color information

#123F53 (or 0x123F53) is unknown color: approx Astronaut Blue. HEX triplet: 12, 3F and 53. RGB value is (18,63,83). Sum of RGB (Red+Green+Blue) = 18+63+83=164 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.98% from 164); Green value is 63 (25% from 255 or 38.41% from 164); Blue value is 83 (32.81% from 255 or 50.61% from 164); Max value from RGB is 83 - color contains mainly: blue. Hex color #123F53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123F53 is #EDC0AC. Grayscale: #333333. Windows color (decimal): -15581357 or 5455634. OLE color: 5455634.

HSL color Cylindrical-coordinate representation of color #123F53: hue angle of 198.46º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #123F53 is Cyan = 0.78, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB186383-
CMYK0.780.2400.67
HSL198.46º64.36%19.8%-
HSV(B)198.46º78.31%32.55%-
XYZ3.594.318.83-
YUV51.82145.59103.87-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.98%
GREEN value IS 63 (25% from 255) = 38.41%
BLUE value IS 83 (32.81% from 255) = 50.61%
R=10.98%
G=38.41%
B=50.61%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1863830.780.2400.67198.4664.3619.8
Hex123F534E18043c64014
Octal227712311630010330610024
Binary1001011111110100111001110110000100001111000110100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123F53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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