Html Css Color HEX #144763 Astronaut Blue

📋 copy color: '#144763'

red 20 ◦ green 71 ◦ blue 99

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

Shades of Astronaut Blue #144763

Tints of Astronaut Blue #144763

RGB

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

 GREEN value IS 71 (28.13% from 255) = 37.37%

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

R = 10.53%
G = 37.37%
B = 52.11%

CMYK

 C value IS 0.80

 M value IS 0.28

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#144763 (or 0x144763) is known color: Astronaut Blue. HEX triplet: 14, 47 and 63. RGB value is (20,71,99). Sum of RGB (Red+Green+Blue) = 20+71+99=190 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.53% from 190); Green value is 71 (28.12% from 255 or 37.37% from 190); Blue value is 99 (39.06% from 255 or 52.11% from 190); Max value from RGB is 99 - color contains mainly: blue. Hex color #144763 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144763 is #EBB89C. Grayscale: #3A3A3A. Windows color (decimal): -15448221 or 6506260. OLE color: 6506260.

HSL color Cylindrical-coordinate representation of color #144763: hue angle of 201.27º 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 #144763 is Cyan = 0.80, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 20 71 99 -
CMYK 0.80 0.28 0 0.61
HSL 201.27º 0.66% 0.23% -
HSV(B) 201.27º 0.8% 0.39% -
XYZ 4.79 5.56 12.62 -
YUV 58.94 150.6 100.22 -
System Red Green Blue C M Y K H S L
Decimal 20 71 99 0.80 0.28 0 0.61 201.27 0.66 0.23
Hex 14 47 63 50 1C 0 3D C9 42 17
Octal 24 107 143 120 34 0 75 311 102 27
Binary 10100 1000111 1100011 1010000 11100 0 111101 11001001 1000010 10111

Color Harmonies of #144763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144763

Black with #144763

Text Example


Text Example

White with #144763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144763; }

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

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

background-color css

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

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

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

border-color css

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

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

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