Html Css Color HEX #144968 Astronaut Blue

📋 copy color: '#144968'

red 20 ◦ green 73 ◦ blue 104

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

Shades of Astronaut Blue #144968

Tints of Astronaut Blue #144968

RGB

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

 GREEN value IS 73 (28.91% from 255) = 37.06%

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

R = 10.15%
G = 37.06%
B = 52.79%

CMYK

 C value IS 0.81

 M value IS 0.30

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#144968 (or 0x144968) is known color: Astronaut Blue. HEX triplet: 14, 49 and 68. RGB value is (20,73,104). Sum of RGB (Red+Green+Blue) = 20+73+104=197 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.15% from 197); Green value is 73 (28.91% from 255 or 37.06% from 197); Blue value is 104 (41.02% from 255 or 52.79% from 197); Max value from RGB is 104 - color contains mainly: blue. Hex color #144968 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144968 is #EBB697. Grayscale: #3C3C3C. Windows color (decimal): -15447704 or 6834452. OLE color: 6834452.

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

Color convert

RGB 20 73 104 -
CMYK 0.81 0.30 0 0.59
HSL 202.14º 0.68% 0.24% -
HSV(B) 202.14º 0.81% 0.41% -
XYZ 5.17 5.91 13.97 -
YUV 60.69 152.44 98.98 -
System Red Green Blue C M Y K H S L
Decimal 20 73 104 0.81 0.30 0 0.59 202.14 0.68 0.24
Hex 14 49 68 51 1E 0 3B CA 44 18
Octal 24 111 150 121 36 0 73 312 104 30
Binary 10100 1001001 1101000 1010001 11110 0 111011 11001010 1000100 11000

Color Harmonies of #144968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144968

Black with #144968

Text Example


Text Example

White with #144968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144968; }

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

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

background-color css

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

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

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

border-color css

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

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

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