Html Css Color HEX #144669 Astronaut Blue

📋 copy color: '#144669'

red 20 ◦ green 70 ◦ blue 105

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

Shades of Astronaut Blue #144669

Tints of Astronaut Blue #144669

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 53.85%

R = 10.26%
G = 35.9%
B = 53.85%

CMYK

 C value IS 0.81

 M value IS 0.33

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#144669 (or 0x144669) is known color: Astronaut Blue. HEX triplet: 14, 46 and 69. RGB value is (20,70,105). Sum of RGB (Red+Green+Blue) = 20+70+105=195 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.26% from 195); Green value is 70 (27.73% from 255 or 35.90% from 195); Blue value is 105 (41.41% from 255 or 53.85% from 195); Max value from RGB is 105 - color contains mainly: blue. Hex color #144669 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144669 is #EBB996. Grayscale: #3A3A3A. Windows color (decimal): -15448471 or 6899220. OLE color: 6899220.

HSL color Cylindrical-coordinate representation of color #144669: hue angle of 204.71º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #144669 is Cyan = 0.81, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 20 70 105 -
CMYK 0.81 0.33 0 0.59
HSL 204.71º 0.68% 0.25% -
HSV(B) 204.71º 0.81% 0.41% -
XYZ 5.03 5.55 14.17 -
YUV 59.04 153.94 100.15 -
System Red Green Blue C M Y K H S L
Decimal 20 70 105 0.81 0.33 0 0.59 204.71 0.68 0.25
Hex 14 46 69 51 21 0 3B CD 44 19
Octal 24 106 151 121 41 0 73 315 104 31
Binary 10100 1000110 1101001 1010001 100001 0 111011 11001101 1000100 11001

Color Harmonies of #144669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144669

Black with #144669

Text Example


Text Example

White with #144669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144669; }

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

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

background-color css

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

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

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

border-color css

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

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

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