#14415a

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

Shades of Astronaut Blue #14415A

Tints of Astronaut Blue #14415A

Color information

#14415A (or 0x14415A) is unknown color: approx Astronaut Blue. HEX triplet: 14, 41 and 5A. RGB value is (20,65,90). Sum of RGB (Red+Green+Blue) = 20+65+90=175 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.43% from 175); Green value is 65 (25.78% from 255 or 37.14% from 175); Blue value is 90 (35.55% from 255 or 51.43% from 175); Max value from RGB is 90 - color contains mainly: blue. Hex color #14415A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14415A is #EBBEA5. Grayscale: #363636. Windows color (decimal): -15449766 or 5914900. OLE color: 5914900.

HSL color Cylindrical-coordinate representation of color #14415A: hue angle of 201.43º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #14415A is Cyan = 0.78, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB206590-
CMYK0.780.2800.65
HSL201.43º63.64%21.57%-
HSV(B)201.43º77.78%35.29%-
XYZ4.024.6710.36-
YUV54.4148.09103.47-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.43%
GREEN value IS 65 (25.78% from 255) = 37.14%
BLUE value IS 90 (35.55% from 255) = 51.43%
R=11.43%
G=37.14%
B=51.43%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2065900.780.2800.65201.4363.6421.57
Hex14415A4E1C041c94016
Octal2410113211634010131110026
Binary10100100000110110101001110111000100000111001001100000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14415a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14415a; }

 p { color: rgb(20,65,90); }

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

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

 a { background-color: rgb(20,65,90); }

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

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

 span { border-color: rgb(20,65,90); }

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