#14415B

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

Shades of Astronaut Blue #14415B

Tints of Astronaut Blue #14415B

Color information

#14415B (or 0x14415B) is unknown color: approx Astronaut Blue. HEX triplet: 14, 41 and 5B. RGB value is (20,65,91). Sum of RGB (Red+Green+Blue) = 20+65+91=176 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.36% from 176); Green value is 65 (25.78% from 255 or 36.93% from 176); Blue value is 91 (35.94% from 255 or 51.70% from 176); Max value from RGB is 91 - color contains mainly: blue. Hex color #14415B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14415B is #EBBEA4. Grayscale: #363636. Windows color (decimal): -15449765 or 5980436. OLE color: 5980436.

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

Color convert

RGB206591-
CMYK0.780.2900.64
HSL201.97º63.96%21.76%-
HSV(B)201.97º78.02%35.69%-
XYZ4.074.6810.59-
YUV54.51148.59103.39-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.36%
GREEN value IS 65 (25.78% from 255) = 36.93%
BLUE value IS 91 (35.94% from 255) = 51.70%
R=11.36%
G=36.93%
B=51.70%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2065910.780.2900.64201.9763.9621.76
Hex14415B4E1D040ca4016
Octal2410113311635010031210026
Binary10100100000110110111001110111010100000011001010100000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14415B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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