Html Css Color HEX #144054 Astronaut Blue

📋 copy color: '#144054'

red 20 ◦ green 64 ◦ blue 84

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

Shades of Astronaut Blue #144054

Tints of Astronaut Blue #144054

RGB

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

 GREEN value IS 64 (25.39% from 255) = 38.1%

 BLUE value IS 84 (33.2% from 255) = 50%

R = 11.9%
G = 38.1%
B = 50%

CMYK

 C value IS 0.76

 M value IS 0.24

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#144054 (or 0x144054) is known color: Astronaut Blue. HEX triplet: 14, 40 and 54. RGB value is (20,64,84). Sum of RGB (Red+Green+Blue) = 20+64+84=168 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.90% from 168); Green value is 64 (25.39% from 255 or 38.10% from 168); Blue value is 84 (33.20% from 255 or 50% from 168); Max value from RGB is 84 - color contains mainly: blue. Hex color #144054 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144054 is #EBBFAB. Grayscale: #353535. Windows color (decimal): -15450028 or 5521428. OLE color: 5521428.

HSL color Cylindrical-coordinate representation of color #144054: hue angle of 198.75º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #144054 is Cyan = 0.76, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 20 64 84 -
CMYK 0.76 0.24 0 0.67
HSL 198.75º 0.62% 0.2% -
HSV(B) 198.75º 0.76% 0.33% -
XYZ 3.72 4.46 9.05 -
YUV 53.12 145.42 104.37 -
System Red Green Blue C M Y K H S L
Decimal 20 64 84 0.76 0.24 0 0.67 198.75 0.62 0.2
Hex 14 40 54 4C 18 0 43 C7 3E 14
Octal 24 100 124 114 30 0 103 307 76 24
Binary 10100 1000000 1010100 1001100 11000 0 1000011 11000111 111110 10100

Color Harmonies of #144054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144054

Black with #144054

Text Example


Text Example

White with #144054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144054; }

 p { color: rgb(20,64,84); }

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

background-color css

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

 a { background-color: rgb(20,64,84); }

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

border-color css

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

 span { border-color: rgb(20,64,84); }

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