#14435B

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

Shades of Astronaut Blue #14435B

Tints of Astronaut Blue #14435B

Color information

#14435B (or 0x14435B) is unknown color: approx Astronaut Blue. HEX triplet: 14, 43 and 5B. RGB value is (20,67,91). Sum of RGB (Red+Green+Blue) = 20+67+91=178 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.24% from 178); Green value is 67 (26.56% from 255 or 37.64% from 178); Blue value is 91 (35.94% from 255 or 51.12% from 178); Max value from RGB is 91 - color contains mainly: blue. Hex color #14435B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14435B is #EBBCA4. Grayscale: #373737. Windows color (decimal): -15449253 or 5980948. OLE color: 5980948.

HSL color Cylindrical-coordinate representation of color #14435B: hue angle of 200.28º 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 #14435B is Cyan = 0.78, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB206791-
CMYK0.780.2600.64
HSL200.28º63.96%21.76%-
HSV(B)200.28º78.02%35.69%-
XYZ4.184.9210.63-
YUV55.68147.93102.55-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.24%
GREEN value IS 67 (26.56% from 255) = 37.64%
BLUE value IS 91 (35.94% from 255) = 51.12%
R=11.24%
G=37.64%
B=51.12%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2067910.780.2600.64200.2863.9621.76
Hex14435B4E1A040c84016
Octal2410313311632010031010026
Binary10100100001110110111001110110100100000011001000100000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14435B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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