Html Css Color HEX #144456 Astronaut Blue

📋 copy color: '#144456'

red 20 ◦ green 68 ◦ blue 86

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

Shades of Astronaut Blue #144456

Tints of Astronaut Blue #144456

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 49.43%

R = 11.49%
G = 39.08%
B = 49.43%

CMYK

 C value IS 0.77

 M value IS 0.21

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#144456 (or 0x144456) is known color: Astronaut Blue. HEX triplet: 14, 44 and 56. RGB value is (20,68,86). Sum of RGB (Red+Green+Blue) = 20+68+86=174 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.49% from 174); Green value is 68 (26.95% from 255 or 39.08% from 174); Blue value is 86 (33.98% from 255 or 49.43% from 174); Max value from RGB is 86 - color contains mainly: blue. Hex color #144456 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144456 is #EBBBA9. Grayscale: #373737. Windows color (decimal): -15449002 or 5653524. OLE color: 5653524.

HSL color Cylindrical-coordinate representation of color #144456: hue angle of 196.36º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #144456 is Cyan = 0.77, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 20 68 86 -
CMYK 0.77 0.21 0 0.66
HSL 196.36º 0.62% 0.21% -
HSV(B) 196.36º 0.77% 0.34% -
XYZ 4.04 4.95 9.55 -
YUV 55.7 145.1 102.54 -
System Red Green Blue C M Y K H S L
Decimal 20 68 86 0.77 0.21 0 0.66 196.36 0.62 0.21
Hex 14 44 56 4D 15 0 42 C4 3E 15
Octal 24 104 126 115 25 0 102 304 76 25
Binary 10100 1000100 1010110 1001101 10101 0 1000010 11000100 111110 10101

Color Harmonies of #144456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144456

Black with #144456

Text Example


Text Example

White with #144456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144456; }

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

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

background-color css

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

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

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

border-color css

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

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

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