#144361

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

Shades of Astronaut Blue #144361

Tints of Astronaut Blue #144361

Color information

#144361 (or 0x144361) is unknown color: approx Astronaut Blue. HEX triplet: 14, 43 and 61. RGB value is (20,67,97). Sum of RGB (Red+Green+Blue) = 20+67+97=184 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.87% from 184); Green value is 67 (26.56% from 255 or 36.41% from 184); Blue value is 97 (38.28% from 255 or 52.72% from 184); Max value from RGB is 97 - color contains mainly: blue. Hex color #144361 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144361 is #EBBC9E. Grayscale: #383838. Windows color (decimal): -15449247 or 6374164. OLE color: 6374164.

HSL color Cylindrical-coordinate representation of color #144361: hue angle of 203.38º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #144361 is Cyan = 0.79, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB206797-
CMYK0.790.3100.62
HSL203.38º65.81%22.94%-
HSV(B)203.38º79.38%38.04%-
XYZ4.455.0312.04-
YUV56.37150.93102.06-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.87%
GREEN value IS 67 (26.56% from 255) = 36.41%
BLUE value IS 97 (38.28% from 255) = 52.72%
R=10.87%
G=36.41%
B=52.72%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2067970.790.3100.62203.3865.8122.94
Hex1443614F1F03Ecb4217
Octal241031411173707631310227
Binary1010010000111100001100111111111011111011001011100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144361; }

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

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

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

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

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

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

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

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