Html Css Color HEX #144454 Astronaut Blue

📋 copy color: '#144454'

red 20 ◦ green 68 ◦ blue 84

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

Shades of Astronaut Blue #144454

Tints of Astronaut Blue #144454

RGB

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

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

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

R = 11.63%
G = 39.53%
B = 48.84%

CMYK

 C value IS 0.76

 M value IS 0.19

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#144454 (or 0x144454) is known color: Astronaut Blue. HEX triplet: 14, 44 and 54. RGB value is (20,68,84). Sum of RGB (Red+Green+Blue) = 20+68+84=172 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.63% from 172); Green value is 68 (26.95% from 255 or 39.53% from 172); Blue value is 84 (33.20% from 255 or 48.84% from 172); Max value from RGB is 84 - color contains mainly: blue. Hex color #144454 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144454 is #EBBBAB. Grayscale: #373737. Windows color (decimal): -15449004 or 5522452. OLE color: 5522452.

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

Color convert

RGB 20 68 84 -
CMYK 0.76 0.19 0 0.67
HSL 195º 0.62% 0.2% -
HSV(B) 195º 0.76% 0.33% -
XYZ 3.96 4.92 9.13 -
YUV 55.47 144.1 102.7 -
System Red Green Blue C M Y K H S L
Decimal 20 68 84 0.76 0.19 0 0.67 195 0.62 0.2
Hex 14 44 54 4C 13 0 43 C3 3E 14
Octal 24 104 124 114 23 0 103 303 76 24
Binary 10100 1000100 1010100 1001100 10011 0 1000011 11000011 111110 10100

Color Harmonies of #144454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144454

Black with #144454

Text Example


Text Example

White with #144454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144454; }

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

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

background-color css

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

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

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

border-color css

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

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

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