Html Css Color HEX #144554 Astronaut Blue

📋 copy color: '#144554'

red 20 ◦ green 69 ◦ blue 84

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

Shades of Astronaut Blue #144554

Tints of Astronaut Blue #144554

RGB

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

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

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

R = 11.56%
G = 39.88%
B = 48.55%

CMYK

 C value IS 0.76

 M value IS 0.18

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#144554 (or 0x144554) is known color: Astronaut Blue. HEX triplet: 14, 45 and 54. RGB value is (20,69,84). Sum of RGB (Red+Green+Blue) = 20+69+84=173 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.56% from 173); Green value is 69 (27.34% from 255 or 39.88% from 173); Blue value is 84 (33.20% from 255 or 48.55% from 173); Max value from RGB is 84 - color contains mainly: blue. Hex color #144554 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144554 is #EBBAAB. Grayscale: #373737. Windows color (decimal): -15448748 or 5522708. OLE color: 5522708.

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

Color convert

RGB 20 69 84 -
CMYK 0.76 0.18 0 0.67
HSL 194.06º 0.62% 0.2% -
HSV(B) 194.06º 0.76% 0.33% -
XYZ 4.02 5.05 9.15 -
YUV 56.06 143.77 102.28 -
System Red Green Blue C M Y K H S L
Decimal 20 69 84 0.76 0.18 0 0.67 194.06 0.62 0.2
Hex 14 45 54 4C 12 0 43 C2 3E 14
Octal 24 105 124 114 22 0 103 302 76 24
Binary 10100 1000101 1010100 1001100 10010 0 1000011 11000010 111110 10100

Color Harmonies of #144554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144554

Black with #144554

Text Example


Text Example

White with #144554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144554; }

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

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

background-color css

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

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

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

border-color css

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

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

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