Html Css Color HEX #144359 Astronaut Blue

📋 copy color: '#144359'

red 20 ◦ green 67 ◦ blue 89

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

Shades of Astronaut Blue #144359

Tints of Astronaut Blue #144359

RGB

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

 GREEN value IS 67 (26.56% from 255) = 38.07%

 BLUE value IS 89 (35.16% from 255) = 50.57%

R = 11.36%
G = 38.07%
B = 50.57%

CMYK

 C value IS 0.78

 M value IS 0.25

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#144359 (or 0x144359) is known color: Astronaut Blue. HEX triplet: 14, 43 and 59. RGB value is (20,67,89). Sum of RGB (Red+Green+Blue) = 20+67+89=176 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.36% from 176); Green value is 67 (26.56% from 255 or 38.07% from 176); Blue value is 89 (35.16% from 255 or 50.57% from 176); Max value from RGB is 89 - color contains mainly: blue. Hex color #144359 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144359 is #EBBCA6. Grayscale: #373737. Windows color (decimal): -15449255 or 5849876. OLE color: 5849876.

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

Color convert

RGB 20 67 89 -
CMYK 0.78 0.25 0 0.65
HSL 199.13º 0.63% 0.21% -
HSV(B) 199.13º 0.78% 0.35% -
XYZ 4.1 4.88 10.18 -
YUV 55.46 146.93 102.71 -
System Red Green Blue C M Y K H S L
Decimal 20 67 89 0.78 0.25 0 0.65 199.13 0.63 0.21
Hex 14 43 59 4E 19 0 41 C7 3F 15
Octal 24 103 131 116 31 0 101 307 77 25
Binary 10100 1000011 1011001 1001110 11001 0 1000001 11000111 111111 10101

Color Harmonies of #144359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144359

Black with #144359

Text Example


Text Example

White with #144359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144359; }

 p { color: rgb(20,67,89); }

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

background-color css

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

 a { background-color: rgb(20,67,89); }

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

border-color css

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

 span { border-color: rgb(20,67,89); }

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