Html Css Color HEX #144966 Astronaut Blue

📋 copy color: '#144966'

red 20 ◦ green 73 ◦ blue 102

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

Shades of Astronaut Blue #144966

Tints of Astronaut Blue #144966

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 52.31%

R = 10.26%
G = 37.44%
B = 52.31%

CMYK

 C value IS 0.80

 M value IS 0.28

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#144966 (or 0x144966) is known color: Astronaut Blue. HEX triplet: 14, 49 and 66. RGB value is (20,73,102). Sum of RGB (Red+Green+Blue) = 20+73+102=195 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.26% from 195); Green value is 73 (28.91% from 255 or 37.44% from 195); Blue value is 102 (40.23% from 255 or 52.31% from 195); Max value from RGB is 102 - color contains mainly: blue. Hex color #144966 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144966 is #EBB699. Grayscale: #3C3C3C. Windows color (decimal): -15447706 or 6703380. OLE color: 6703380.

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

Color convert

RGB 20 73 102 -
CMYK 0.80 0.28 0 0.6
HSL 201.22º 0.67% 0.24% -
HSV(B) 201.22º 0.8% 0.4% -
XYZ 5.07 5.87 13.44 -
YUV 60.46 151.44 99.14 -
System Red Green Blue C M Y K H S L
Decimal 20 73 102 0.80 0.28 0 0.6 201.22 0.67 0.24
Hex 14 49 66 50 1C 0 3C C9 43 18
Octal 24 111 146 120 34 0 74 311 103 30
Binary 10100 1001001 1100110 1010000 11100 0 111100 11001001 1000011 11000

Color Harmonies of #144966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144966

Black with #144966

Text Example


Text Example

White with #144966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144966; }

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

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

background-color css

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

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

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

border-color css

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

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

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