Html Css Color HEX #144A65 Astronaut Blue

📋 copy color: '#144A65'

red 20 ◦ green 74 ◦ blue 101

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

Shades of Astronaut Blue #144A65

Tints of Astronaut Blue #144A65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 51.79%

R = 10.26%
G = 37.95%
B = 51.79%

CMYK

 C value IS 0.80

 M value IS 0.27

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#144A65 (or 0x144A65) is known color: Astronaut Blue. HEX triplet: 14, 4A and 65. RGB value is (20,74,101). Sum of RGB (Red+Green+Blue) = 20+74+101=195 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.26% from 195); Green value is 74 (29.30% from 255 or 37.95% from 195); Blue value is 101 (39.84% from 255 or 51.79% from 195); Max value from RGB is 101 - color contains mainly: blue. Hex color #144A65 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144A65 is #EBB59A. Grayscale: #3C3C3C. Windows color (decimal): -15447451 or 6638100. OLE color: 6638100.

HSL color Cylindrical-coordinate representation of color #144A65: hue angle of 200º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #144A65 is Cyan = 0.80, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 20 74 101 -
CMYK 0.80 0.27 0 0.60
HSL 200º 0.67% 0.24% -
HSV(B) 200º 0.8% 0.4% -
XYZ 5.09 5.99 13.2 -
YUV 60.93 150.61 98.8 -
System Red Green Blue C M Y K H S L
Decimal 20 74 101 0.80 0.27 0 0.60 200 0.67 0.24
Hex 14 4A 65 50 1B 0 3C C8 43 18
Octal 24 112 145 120 33 0 74 310 103 30
Binary 10100 1001010 1100101 1010000 11011 0 111100 11001000 1000011 11000

Color Harmonies of #144A65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144A65

Black with #144A65

Text Example


Text Example

White with #144A65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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