#144455

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

Shades of Astronaut Blue #144455

Tints of Astronaut Blue #144455

Color information

#144455 (or 0x144455) is unknown color: approx Astronaut Blue. HEX triplet: 14, 44 and 55. RGB value is (20,68,85). Sum of RGB (Red+Green+Blue) = 20+68+85=173 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.56% from 173); Green value is 68 (26.95% from 255 or 39.31% from 173); Blue value is 85 (33.59% from 255 or 49.13% from 173); Max value from RGB is 85 - color contains mainly: blue. Hex color #144455 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144455 is #EBBBAA. Grayscale: #373737. Windows color (decimal): -15449003 or 5587988. OLE color: 5587988.

HSL color Cylindrical-coordinate representation of color #144455: hue angle of 195.69º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #144455 is Cyan = 0.76, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB206885-
CMYK0.760.2000.67
HSL195.69º61.9%20.59%-
HSV(B)195.69º76.47%33.33%-
XYZ44.949.34-
YUV55.59144.6102.62-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.56%
GREEN value IS 68 (26.95% from 255) = 39.31%
BLUE value IS 85 (33.59% from 255) = 49.13%
R=11.56%
G=39.31%
B=49.13%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2068850.760.2000.67195.6961.920.59
Hex1444554C14043c43e15
Octal241041251142401033047625
Binary1010010001001010101100110010100010000111100010011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144455; }

 p { color: rgb(20,68,85); }

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

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

 a { background-color: rgb(20,68,85); }

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

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

 span { border-color: rgb(20,68,85); }

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