Html Css Color HEX #144A5E Astronaut Blue

📋 copy color: '#144A5E'

red 20 ◦ green 74 ◦ blue 94

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

Shades of Astronaut Blue #144A5E

Tints of Astronaut Blue #144A5E

RGB

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

 GREEN value IS 74 (29.3% from 255) = 39.36%

 BLUE value IS 94 (37.11% from 255) = 50%

R = 10.64%
G = 39.36%
B = 50%

CMYK

 C value IS 0.79

 M value IS 0.21

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#144A5E (or 0x144A5E) is known color: Astronaut Blue. HEX triplet: 14, 4A and 5E. RGB value is (20,74,94). Sum of RGB (Red+Green+Blue) = 20+74+94=188 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.64% from 188); Green value is 74 (29.30% from 255 or 39.36% from 188); Blue value is 94 (37.11% from 255 or 50% from 188); Max value from RGB is 94 - color contains mainly: blue. Hex color #144A5E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144A5E is #EBB5A1. Grayscale: #3C3C3C. Windows color (decimal): -15447458 or 6179348. OLE color: 6179348.

HSL color Cylindrical-coordinate representation of color #144A5E: hue angle of 196.22º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #144A5E is Cyan = 0.79, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 20 74 94 -
CMYK 0.79 0.21 0 0.63
HSL 196.22º 0.65% 0.22% -
HSV(B) 196.22º 0.79% 0.37% -
XYZ 4.76 5.85 11.47 -
YUV 60.13 147.11 99.37 -
System Red Green Blue C M Y K H S L
Decimal 20 74 94 0.79 0.21 0 0.63 196.22 0.65 0.22
Hex 14 4A 5E 4F 15 0 3F C4 41 16
Octal 24 112 136 117 25 0 77 304 101 26
Binary 10100 1001010 1011110 1001111 10101 0 111111 11000100 1000001 10110

Color Harmonies of #144A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144A5E

Black with #144A5E

Text Example


Text Example

White with #144A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144A5E; }

 p { color: rgb(20,74,94); }

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

background-color css

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

 a { background-color: rgb(20,74,94); }

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

border-color css

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

 span { border-color: rgb(20,74,94); }

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