Html Css Color HEX #144D63 Astronaut Blue

📋 copy color: '#144D63'

red 20 ◦ green 77 ◦ blue 99

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

Shades of Astronaut Blue #144D63

Tints of Astronaut Blue #144D63

RGB

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

 GREEN value IS 77 (30.47% from 255) = 39.29%

 BLUE value IS 99 (39.06% from 255) = 50.51%

R = 10.2%
G = 39.29%
B = 50.51%

CMYK

 C value IS 0.80

 M value IS 0.22

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#144D63 (or 0x144D63) is known color: Astronaut Blue. HEX triplet: 14, 4D and 63. RGB value is (20,77,99). Sum of RGB (Red+Green+Blue) = 20+77+99=196 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.20% from 196); Green value is 77 (30.47% from 255 or 39.29% from 196); Blue value is 99 (39.06% from 255 or 50.51% from 196); Max value from RGB is 99 - color contains mainly: blue. Hex color #144D63 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #144D63 is #EBB29C. Grayscale: #3E3E3E. Windows color (decimal): -15446685 or 6507796. OLE color: 6507796.

HSL color Cylindrical-coordinate representation of color #144D63: hue angle of 196.71º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #144D63 is Cyan = 0.80, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 20 77 99 -
CMYK 0.80 0.22 0 0.61
HSL 196.71º 0.66% 0.23% -
HSV(B) 196.71º 0.8% 0.39% -
XYZ 5.19 6.36 12.76 -
YUV 62.47 148.62 97.71 -
System Red Green Blue C M Y K H S L
Decimal 20 77 99 0.80 0.22 0 0.61 196.71 0.66 0.23
Hex 14 4D 63 50 16 0 3D C5 42 17
Octal 24 115 143 120 26 0 75 305 102 27
Binary 10100 1001101 1100011 1010000 10110 0 111101 11000101 1000010 10111

Color Harmonies of #144D63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144D63

Black with #144D63

Text Example


Text Example

White with #144D63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,77,99); }

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

background-color css

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

 a { background-color: rgb(20,77,99); }

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

border-color css

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

 span { border-color: rgb(20,77,99); }

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