Html Css Color HEX #144661 Astronaut Blue

📋 copy color: '#144661'

red 20 ◦ green 70 ◦ blue 97

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

Shades of Astronaut Blue #144661

Tints of Astronaut Blue #144661

RGB

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

 GREEN value IS 70 (27.73% from 255) = 37.43%

 BLUE value IS 97 (38.28% from 255) = 51.87%

R = 10.7%
G = 37.43%
B = 51.87%

CMYK

 C value IS 0.79

 M value IS 0.28

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#144661 (or 0x144661) is known color: Astronaut Blue. HEX triplet: 14, 46 and 61. RGB value is (20,70,97). Sum of RGB (Red+Green+Blue) = 20+70+97=187 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.70% from 187); Green value is 70 (27.73% from 255 or 37.43% from 187); Blue value is 97 (38.28% from 255 or 51.87% from 187); Max value from RGB is 97 - color contains mainly: blue. Hex color #144661 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144661 is #EBB99E. Grayscale: #393939. Windows color (decimal): -15448479 or 6374932. OLE color: 6374932.

HSL color Cylindrical-coordinate representation of color #144661: hue angle of 201.04º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #144661 is Cyan = 0.79, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 20 70 97 -
CMYK 0.79 0.28 0 0.62
HSL 201.04º 0.66% 0.23% -
HSV(B) 201.04º 0.79% 0.38% -
XYZ 4.64 5.39 12.11 -
YUV 58.13 149.94 100.8 -
System Red Green Blue C M Y K H S L
Decimal 20 70 97 0.79 0.28 0 0.62 201.04 0.66 0.23
Hex 14 46 61 4F 1C 0 3E C9 42 17
Octal 24 106 141 117 34 0 76 311 102 27
Binary 10100 1000110 1100001 1001111 11100 0 111110 11001001 1000010 10111

Color Harmonies of #144661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144661

Black with #144661

Text Example


Text Example

White with #144661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144661; }

 p { color: rgb(20,70,97); }

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

background-color css

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

 a { background-color: rgb(20,70,97); }

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

border-color css

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

 span { border-color: rgb(20,70,97); }

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