Html Css Color HEX #144254 Astronaut Blue

📋 copy color: '#144254'

red 20 ◦ green 66 ◦ blue 84

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

Shades of Astronaut Blue #144254

Tints of Astronaut Blue #144254

RGB

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

 GREEN value IS 66 (26.17% from 255) = 38.82%

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

R = 11.76%
G = 38.82%
B = 49.41%

CMYK

 C value IS 0.76

 M value IS 0.21

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#144254 (or 0x144254) is known color: Astronaut Blue. HEX triplet: 14, 42 and 54. RGB value is (20,66,84). Sum of RGB (Red+Green+Blue) = 20+66+84=170 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.76% from 170); Green value is 66 (26.17% from 255 or 38.82% from 170); Blue value is 84 (33.20% from 255 or 49.41% from 170); Max value from RGB is 84 - color contains mainly: blue. Hex color #144254 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144254 is #EBBDAB. Grayscale: #363636. Windows color (decimal): -15449516 or 5521940. OLE color: 5521940.

HSL color Cylindrical-coordinate representation of color #144254: hue angle of 196.88º 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 #144254 is Cyan = 0.76, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 20 66 84 -
CMYK 0.76 0.21 0 0.67
HSL 196.88º 0.62% 0.2% -
HSV(B) 196.88º 0.76% 0.33% -
XYZ 3.84 4.69 9.09 -
YUV 54.3 144.76 103.54 -
System Red Green Blue C M Y K H S L
Decimal 20 66 84 0.76 0.21 0 0.67 196.88 0.62 0.2
Hex 14 42 54 4C 15 0 43 C5 3E 14
Octal 24 102 124 114 25 0 103 305 76 24
Binary 10100 1000010 1010100 1001100 10101 0 1000011 11000101 111110 10100

Color Harmonies of #144254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144254

Black with #144254

Text Example


Text Example

White with #144254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144254; }

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

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

background-color css

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

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

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

border-color css

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

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

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