Html Css Color HEX #144668 Astronaut Blue

📋 copy color: '#144668'

red 20 ◦ green 70 ◦ blue 104

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

Shades of Astronaut Blue #144668

Tints of Astronaut Blue #144668

RGB

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

 GREEN value IS 70 (27.73% from 255) = 36.08%

 BLUE value IS 104 (41.02% from 255) = 53.61%

R = 10.31%
G = 36.08%
B = 53.61%

CMYK

 C value IS 0.81

 M value IS 0.33

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#144668 (or 0x144668) is known color: Astronaut Blue. HEX triplet: 14, 46 and 68. RGB value is (20,70,104). Sum of RGB (Red+Green+Blue) = 20+70+104=194 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.31% from 194); Green value is 70 (27.73% from 255 or 36.08% from 194); Blue value is 104 (41.02% from 255 or 53.61% from 194); Max value from RGB is 104 - color contains mainly: blue. Hex color #144668 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144668 is #EBB997. Grayscale: #3A3A3A. Windows color (decimal): -15448472 or 6833684. OLE color: 6833684.

HSL color Cylindrical-coordinate representation of color #144668: hue angle of 204.29º degrees, saturation: 0.68, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #144668 is Cyan = 0.81, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 20 70 104 -
CMYK 0.81 0.33 0 0.59
HSL 204.29º 0.68% 0.24% -
HSV(B) 204.29º 0.81% 0.41% -
XYZ 4.98 5.53 13.9 -
YUV 58.93 153.44 100.24 -
System Red Green Blue C M Y K H S L
Decimal 20 70 104 0.81 0.33 0 0.59 204.29 0.68 0.24
Hex 14 46 68 51 21 0 3B CC 44 18
Octal 24 106 150 121 41 0 73 314 104 30
Binary 10100 1000110 1101000 1010001 100001 0 111011 11001100 1000100 11000

Color Harmonies of #144668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144668

Black with #144668

Text Example


Text Example

White with #144668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144668; }

 p { color: rgb(20,70,104); }

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

background-color css

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

 a { background-color: rgb(20,70,104); }

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

border-color css

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

 span { border-color: rgb(20,70,104); }

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