Html Css Color HEX #144859 Astronaut Blue

📋 copy color: '#144859'

red 20 ◦ green 72 ◦ blue 89

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

Shades of Astronaut Blue #144859

Tints of Astronaut Blue #144859

RGB

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

 GREEN value IS 72 (28.52% from 255) = 39.78%

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

R = 11.05%
G = 39.78%
B = 49.17%

CMYK

 C value IS 0.78

 M value IS 0.19

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#144859 (or 0x144859) is known color: Astronaut Blue. HEX triplet: 14, 48 and 59. RGB value is (20,72,89). Sum of RGB (Red+Green+Blue) = 20+72+89=181 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.05% from 181); Green value is 72 (28.52% from 255 or 39.78% from 181); Blue value is 89 (35.16% from 255 or 49.17% from 181); Max value from RGB is 89 - color contains mainly: blue. Hex color #144859 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144859 is #EBB7A6. Grayscale: #3A3A3A. Windows color (decimal): -15447975 or 5851156. OLE color: 5851156.

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

Color convert

RGB 20 72 89 -
CMYK 0.78 0.19 0 0.65
HSL 194.78º 0.63% 0.21% -
HSV(B) 194.78º 0.78% 0.35% -
XYZ 4.41 5.5 10.28 -
YUV 58.39 145.27 100.62 -
System Red Green Blue C M Y K H S L
Decimal 20 72 89 0.78 0.19 0 0.65 194.78 0.63 0.21
Hex 14 48 59 4E 13 0 41 C3 3F 15
Octal 24 110 131 116 23 0 101 303 77 25
Binary 10100 1001000 1011001 1001110 10011 0 1000001 11000011 111111 10101

Color Harmonies of #144859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144859

Black with #144859

Text Example


Text Example

White with #144859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144859; }

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

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

background-color css

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

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

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

border-color css

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

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

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