Html Css Color HEX #144159 Astronaut Blue

📋 copy color: '#144159'

red 20 ◦ green 65 ◦ blue 89

#144159
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Astronaut Blue #144159

Tints of Astronaut Blue #144159

RGB

 RED value IS 20 (8.2% from 255) = 11.49%

 GREEN value IS 65 (25.78% from 255) = 37.36%

 BLUE value IS 89 (35.16% from 255) = 51.15%

R = 11.49%
G = 37.36%
B = 51.15%

CMYK

 C value IS 0.78

 M value IS 0.27

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#144159 (or 0x144159) is known color: Astronaut Blue. HEX triplet: 14, 41 and 59. RGB value is (20,65,89). Sum of RGB (Red+Green+Blue) = 20+65+89=174 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.49% from 174); Green value is 65 (25.78% from 255 or 37.36% from 174); Blue value is 89 (35.16% from 255 or 51.15% from 174); Max value from RGB is 89 - color contains mainly: blue. Hex color #144159 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144159 is #EBBEA6. Grayscale: #363636. Windows color (decimal): -15449767 or 5849364. OLE color: 5849364.

HSL color Cylindrical-coordinate representation of color #144159: hue angle of 200.87º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #144159 is Cyan = 0.78, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 20 65 89 -
CMYK 0.78 0.27 0 0.65
HSL 200.87º 0.63% 0.21% -
HSV(B) 200.87º 0.78% 0.35% -
XYZ 3.98 4.65 10.14 -
YUV 54.28 147.59 103.55 -
System Red Green Blue C M Y K H S L
Decimal 20 65 89 0.78 0.27 0 0.65 200.87 0.63 0.21
Hex 14 41 59 4E 1B 0 41 C9 3F 15
Octal 24 101 131 116 33 0 101 311 77 25
Binary 10100 1000001 1011001 1001110 11011 0 1000001 11001001 111111 10101

Color Harmonies of #144159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144159

Black with #144159

Text Example


Text Example

White with #144159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144159; }

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

 H1.HeaderClassName
 {
   color: #144159;
 }
 .AnyTagClassName
 {
   color: #144159;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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