Html Css Color HEX #14495D Astronaut Blue

📋 copy color: '#14495D'

red 20 ◦ green 73 ◦ blue 93

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

Shades of Astronaut Blue #14495D

Tints of Astronaut Blue #14495D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 50%

R = 10.75%
G = 39.25%
B = 50%

CMYK

 C value IS 0.78

 M value IS 0.22

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#14495D (or 0x14495D) is known color: Astronaut Blue. HEX triplet: 14, 49 and 5D. RGB value is (20,73,93). Sum of RGB (Red+Green+Blue) = 20+73+93=186 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.75% from 186); Green value is 73 (28.91% from 255 or 39.25% from 186); Blue value is 93 (36.72% from 255 or 50% from 186); Max value from RGB is 93 - color contains mainly: blue. Hex color #14495D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14495D is #EBB6A2. Grayscale: #3B3B3B. Windows color (decimal): -15447715 or 6113556. OLE color: 6113556.

HSL color Cylindrical-coordinate representation of color #14495D: hue angle of 196.44º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #14495D is Cyan = 0.78, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 20 73 93 -
CMYK 0.78 0.22 0 0.64
HSL 196.44º 0.65% 0.22% -
HSV(B) 196.44º 0.78% 0.36% -
XYZ 4.65 5.7 11.21 -
YUV 59.43 146.94 99.87 -
System Red Green Blue C M Y K H S L
Decimal 20 73 93 0.78 0.22 0 0.64 196.44 0.65 0.22
Hex 14 49 5D 4E 16 0 40 C4 41 16
Octal 24 111 135 116 26 0 100 304 101 26
Binary 10100 1001001 1011101 1001110 10110 0 1000000 11000100 1000001 10110

Color Harmonies of #14495D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14495D

Black with #14495D

Text Example


Text Example

White with #14495D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14495D; }

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

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

background-color css

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

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

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

border-color css

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

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

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