Html Css Color HEX #144C68 Astronaut Blue

📋 copy color: '#144C68'

red 20 ◦ green 76 ◦ blue 104

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

Shades of Astronaut Blue #144C68

Tints of Astronaut Blue #144C68

RGB

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

 GREEN value IS 76 (30.08% from 255) = 38%

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

R = 10%
G = 38%
B = 52%

CMYK

 C value IS 0.81

 M value IS 0.27

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#144C68 (or 0x144C68) is known color: Astronaut Blue. HEX triplet: 14, 4C and 68. RGB value is (20,76,104). Sum of RGB (Red+Green+Blue) = 20+76+104=200 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10% from 200); Green value is 76 (30.08% from 255 or 38% from 200); Blue value is 104 (41.02% from 255 or 52% from 200); Max value from RGB is 104 - color contains mainly: blue. Hex color #144C68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144C68 is #EBB397. Grayscale: #3E3E3E. Windows color (decimal): -15446936 or 6835220. OLE color: 6835220.

HSL color Cylindrical-coordinate representation of color #144C68: hue angle of 200º 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 #144C68 is Cyan = 0.81, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 20 76 104 -
CMYK 0.81 0.27 0 0.59
HSL 200º 0.68% 0.24% -
HSV(B) 200º 0.81% 0.41% -
XYZ 5.37 6.32 14.03 -
YUV 62.45 151.45 97.72 -
System Red Green Blue C M Y K H S L
Decimal 20 76 104 0.81 0.27 0 0.59 200 0.68 0.24
Hex 14 4C 68 51 1B 0 3B C8 44 18
Octal 24 114 150 121 33 0 73 310 104 30
Binary 10100 1001100 1101000 1010001 11011 0 111011 11001000 1000100 11000

Color Harmonies of #144C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144C68

Black with #144C68

Text Example


Text Example

White with #144C68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144C68; }

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

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

background-color css

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

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

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

border-color css

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

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

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