Html Css Color HEX #144659 Astronaut Blue

📋 copy color: '#144659'

red 20 ◦ green 70 ◦ blue 89

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

Shades of Astronaut Blue #144659

Tints of Astronaut Blue #144659

RGB

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

 GREEN value IS 70 (27.73% from 255) = 39.11%

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

R = 11.17%
G = 39.11%
B = 49.72%

CMYK

 C value IS 0.78

 M value IS 0.21

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#144659 (or 0x144659) is known color: Astronaut Blue. HEX triplet: 14, 46 and 59. RGB value is (20,70,89). Sum of RGB (Red+Green+Blue) = 20+70+89=179 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.17% from 179); Green value is 70 (27.73% from 255 or 39.11% from 179); Blue value is 89 (35.16% from 255 or 49.72% from 179); Max value from RGB is 89 - color contains mainly: blue. Hex color #144659 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144659 is #EBB9A6. Grayscale: #393939. Windows color (decimal): -15448487 or 5850644. OLE color: 5850644.

HSL color Cylindrical-coordinate representation of color #144659: hue angle of 196.52º 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 #144659 is Cyan = 0.78, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 20 70 89 -
CMYK 0.78 0.21 0 0.65
HSL 196.52º 0.63% 0.21% -
HSV(B) 196.52º 0.78% 0.35% -
XYZ 4.28 5.25 10.24 -
YUV 57.22 145.94 101.46 -
System Red Green Blue C M Y K H S L
Decimal 20 70 89 0.78 0.21 0 0.65 196.52 0.63 0.21
Hex 14 46 59 4E 15 0 41 C5 3F 15
Octal 24 106 131 116 25 0 101 305 77 25
Binary 10100 1000110 1011001 1001110 10101 0 1000001 11000101 111111 10101

Color Harmonies of #144659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144659

Black with #144659

Text Example


Text Example

White with #144659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144659; }

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

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

background-color css

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

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

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

border-color css

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

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

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