Html Css Color HEX #144964 Astronaut Blue

📋 copy color: '#144964'

red 20 ◦ green 73 ◦ blue 100

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

Shades of Astronaut Blue #144964

Tints of Astronaut Blue #144964

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 51.81%

R = 10.36%
G = 37.82%
B = 51.81%

CMYK

 C value IS 0.8

 M value IS 0.27

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#144964 (or 0x144964) is known color: Astronaut Blue. HEX triplet: 14, 49 and 64. RGB value is (20,73,100). Sum of RGB (Red+Green+Blue) = 20+73+100=193 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.36% from 193); Green value is 73 (28.91% from 255 or 37.82% from 193); Blue value is 100 (39.45% from 255 or 51.81% from 193); Max value from RGB is 100 - color contains mainly: blue. Hex color #144964 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144964 is #EBB69B. Grayscale: #3C3C3C. Windows color (decimal): -15447708 or 6572308. OLE color: 6572308.

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

Color convert

RGB 20 73 100 -
CMYK 0.8 0.27 0 0.61
HSL 200.25º 0.67% 0.24% -
HSV(B) 200.25º 0.8% 0.39% -
XYZ 4.97 5.83 12.92 -
YUV 60.23 150.44 99.3 -
System Red Green Blue C M Y K H S L
Decimal 20 73 100 0.8 0.27 0 0.61 200.25 0.67 0.24
Hex 14 49 64 50 1B 0 3D C8 43 18
Octal 24 111 144 120 33 0 75 310 103 30
Binary 10100 1001001 1100100 1010000 11011 0 111101 11001000 1000011 11000

Color Harmonies of #144964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144964

Black with #144964

Text Example


Text Example

White with #144964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144964; }

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

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

background-color css

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

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

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

border-color css

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

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

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