Html Css Color HEX #144558 Astronaut Blue

📋 copy color: '#144558'

red 20 ◦ green 69 ◦ blue 88

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

Shades of Astronaut Blue #144558

Tints of Astronaut Blue #144558

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 49.72%

R = 11.3%
G = 38.98%
B = 49.72%

CMYK

 C value IS 0.77

 M value IS 0.22

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#144558 (or 0x144558) is known color: Astronaut Blue. HEX triplet: 14, 45 and 58. RGB value is (20,69,88). Sum of RGB (Red+Green+Blue) = 20+69+88=177 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.30% from 177); Green value is 69 (27.34% from 255 or 38.98% from 177); Blue value is 88 (34.77% from 255 or 49.72% from 177); Max value from RGB is 88 - color contains mainly: blue. Hex color #144558 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144558 is #EBBAA7. Grayscale: #383838. Windows color (decimal): -15448744 or 5784852. OLE color: 5784852.

HSL color Cylindrical-coordinate representation of color #144558: hue angle of 196.76º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #144558 is Cyan = 0.77, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 20 69 88 -
CMYK 0.77 0.22 0 0.65
HSL 196.76º 0.63% 0.21% -
HSV(B) 196.76º 0.77% 0.35% -
XYZ 4.18 5.11 10 -
YUV 56.52 145.77 101.96 -
System Red Green Blue C M Y K H S L
Decimal 20 69 88 0.77 0.22 0 0.65 196.76 0.63 0.21
Hex 14 45 58 4D 16 0 41 C5 3F 15
Octal 24 105 130 115 26 0 101 305 77 25
Binary 10100 1000101 1011000 1001101 10110 0 1000001 11000101 111111 10101

Color Harmonies of #144558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144558

Black with #144558

Text Example


Text Example

White with #144558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144558; }

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

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

background-color css

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

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

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

border-color css

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

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

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