Html Css Color HEX #144460 Astronaut Blue

📋 copy color: '#144460'

red 20 ◦ green 68 ◦ blue 96

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

Shades of Astronaut Blue #144460

Tints of Astronaut Blue #144460

RGB

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

 GREEN value IS 68 (26.95% from 255) = 36.96%

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

R = 10.87%
G = 36.96%
B = 52.17%

CMYK

 C value IS 0.79

 M value IS 0.29

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#144460 (or 0x144460) is known color: Astronaut Blue. HEX triplet: 14, 44 and 60. RGB value is (20,68,96). Sum of RGB (Red+Green+Blue) = 20+68+96=184 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.87% from 184); Green value is 68 (26.95% from 255 or 36.96% from 184); Blue value is 96 (37.89% from 255 or 52.17% from 184); Max value from RGB is 96 - color contains mainly: blue. Hex color #144460 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144460 is #EBBB9F. Grayscale: #383838. Windows color (decimal): -15448992 or 6308884. OLE color: 6308884.

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

Color convert

RGB 20 68 96 -
CMYK 0.79 0.29 0 0.62
HSL 202.11º 0.66% 0.23% -
HSV(B) 202.11º 0.79% 0.38% -
XYZ 4.47 5.13 11.82 -
YUV 56.84 150.1 101.72 -
System Red Green Blue C M Y K H S L
Decimal 20 68 96 0.79 0.29 0 0.62 202.11 0.66 0.23
Hex 14 44 60 4F 1D 0 3E CA 42 17
Octal 24 104 140 117 35 0 76 312 102 27
Binary 10100 1000100 1100000 1001111 11101 0 111110 11001010 1000010 10111

Color Harmonies of #144460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144460

Black with #144460

Text Example


Text Example

White with #144460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144460; }

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

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

background-color css

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

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

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

border-color css

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

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

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