Html Css Color HEX #144560 Astronaut Blue

📋 copy color: '#144560'

red 20 ◦ green 69 ◦ blue 96

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

Shades of Astronaut Blue #144560

Tints of Astronaut Blue #144560

RGB

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

 GREEN value IS 69 (27.34% from 255) = 37.3%

 BLUE value IS 96 (37.89% from 255) = 51.89%

R = 10.81%
G = 37.3%
B = 51.89%

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

#144560 (or 0x144560) is known color: Astronaut Blue. HEX triplet: 14, 45 and 60. RGB value is (20,69,96). Sum of RGB (Red+Green+Blue) = 20+69+96=185 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.81% from 185); Green value is 69 (27.34% from 255 or 37.30% from 185); Blue value is 96 (37.89% from 255 or 51.89% from 185); Max value from RGB is 96 - color contains mainly: blue. Hex color #144560 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144560 is #EBBA9F. Grayscale: #393939. Windows color (decimal): -15448736 or 6309140. OLE color: 6309140.

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

Color convert

RGB 20 69 96 -
CMYK 0.79 0.28 0 0.62
HSL 201.32º 0.66% 0.23% -
HSV(B) 201.32º 0.79% 0.38% -
XYZ 4.53 5.25 11.84 -
YUV 57.43 149.77 101.3 -
System Red Green Blue C M Y K H S L
Decimal 20 69 96 0.79 0.28 0 0.62 201.32 0.66 0.23
Hex 14 45 60 4F 1C 0 3E C9 42 17
Octal 24 105 140 117 34 0 76 311 102 27
Binary 10100 1000101 1100000 1001111 11100 0 111110 11001001 1000010 10111

Color Harmonies of #144560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144560

Black with #144560

Text Example


Text Example

White with #144560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144560; }

 p { color: rgb(20,69,96); }

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

background-color css

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

 a { background-color: rgb(20,69,96); }

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

border-color css

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

 span { border-color: rgb(20,69,96); }

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