Html Css Color HEX #144963 Astronaut Blue

📋 copy color: '#144963'

red 20 ◦ green 73 ◦ blue 99

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

Shades of Astronaut Blue #144963

Tints of Astronaut Blue #144963

RGB

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

 GREEN value IS 73 (28.91% from 255) = 38.02%

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

R = 10.42%
G = 38.02%
B = 51.56%

CMYK

 C value IS 0.80

 M value IS 0.26

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#144963 (or 0x144963) is known color: Astronaut Blue. HEX triplet: 14, 49 and 63. RGB value is (20,73,99). Sum of RGB (Red+Green+Blue) = 20+73+99=192 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.42% from 192); Green value is 73 (28.91% from 255 or 38.02% from 192); Blue value is 99 (39.06% from 255 or 51.56% from 192); Max value from RGB is 99 - color contains mainly: blue. Hex color #144963 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144963 is #EBB69C. Grayscale: #3B3B3B. Windows color (decimal): -15447709 or 6506772. OLE color: 6506772.

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

Color convert

RGB 20 73 99 -
CMYK 0.80 0.26 0 0.61
HSL 199.75º 0.66% 0.23% -
HSV(B) 199.75º 0.8% 0.39% -
XYZ 4.92 5.81 12.67 -
YUV 60.12 149.94 99.39 -
System Red Green Blue C M Y K H S L
Decimal 20 73 99 0.80 0.26 0 0.61 199.75 0.66 0.23
Hex 14 49 63 50 1A 0 3D C8 42 17
Octal 24 111 143 120 32 0 75 310 102 27
Binary 10100 1001001 1100011 1010000 11010 0 111101 11001000 1000010 10111

Color Harmonies of #144963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144963

Black with #144963

Text Example


Text Example

White with #144963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144963; }

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

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

background-color css

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

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

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

border-color css

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

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

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