Html Css Color HEX #144869 Astronaut Blue

📋 copy color: '#144869'

red 20 ◦ green 72 ◦ blue 105

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

Shades of Astronaut Blue #144869

Tints of Astronaut Blue #144869

RGB

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

 GREEN value IS 72 (28.52% from 255) = 36.55%

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

R = 10.15%
G = 36.55%
B = 53.3%

CMYK

 C value IS 0.81

 M value IS 0.31

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#144869 (or 0x144869) is known color: Astronaut Blue. HEX triplet: 14, 48 and 69. RGB value is (20,72,105). Sum of RGB (Red+Green+Blue) = 20+72+105=197 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.15% from 197); Green value is 72 (28.52% from 255 or 36.55% from 197); Blue value is 105 (41.41% from 255 or 53.30% from 197); Max value from RGB is 105 - color contains mainly: blue. Hex color #144869 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144869 is #EBB796. Grayscale: #3C3C3C. Windows color (decimal): -15447959 or 6899732. OLE color: 6899732.

HSL color Cylindrical-coordinate representation of color #144869: hue angle of 203.29º 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 #144869 is Cyan = 0.81, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 20 72 105 -
CMYK 0.81 0.31 0 0.59
HSL 203.29º 0.68% 0.25% -
HSV(B) 203.29º 0.81% 0.41% -
XYZ 5.16 5.8 14.21 -
YUV 60.21 153.27 99.32 -
System Red Green Blue C M Y K H S L
Decimal 20 72 105 0.81 0.31 0 0.59 203.29 0.68 0.25
Hex 14 48 69 51 1F 0 3B CB 44 19
Octal 24 110 151 121 37 0 73 313 104 31
Binary 10100 1001000 1101001 1010001 11111 0 111011 11001011 1000100 11001

Color Harmonies of #144869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144869

Black with #144869

Text Example


Text Example

White with #144869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144869; }

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

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

background-color css

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

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

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

border-color css

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

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

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