Html Css Color HEX #14495C Astronaut Blue

📋 copy color: '#14495C'

red 20 ◦ green 73 ◦ blue 92

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

Shades of Astronaut Blue #14495C

Tints of Astronaut Blue #14495C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 49.73%

R = 10.81%
G = 39.46%
B = 49.73%

CMYK

 C value IS 0.78

 M value IS 0.21

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#14495C (or 0x14495C) is known color: Astronaut Blue. HEX triplet: 14, 49 and 5C. RGB value is (20,73,92). Sum of RGB (Red+Green+Blue) = 20+73+92=185 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.81% from 185); Green value is 73 (28.91% from 255 or 39.46% from 185); Blue value is 92 (36.33% from 255 or 49.73% from 185); Max value from RGB is 92 - color contains mainly: blue. Hex color #14495C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14495C is #EBB6A3. Grayscale: #3B3B3B. Windows color (decimal): -15447716 or 6048020. OLE color: 6048020.

HSL color Cylindrical-coordinate representation of color #14495C: hue angle of 195.83º degrees, saturation: 0.64, 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 #14495C is Cyan = 0.78, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 20 73 92 -
CMYK 0.78 0.21 0 0.64
HSL 195.83º 0.64% 0.22% -
HSV(B) 195.83º 0.78% 0.36% -
XYZ 4.6 5.69 10.98 -
YUV 59.32 146.44 99.96 -
System Red Green Blue C M Y K H S L
Decimal 20 73 92 0.78 0.21 0 0.64 195.83 0.64 0.22
Hex 14 49 5C 4E 15 0 40 C4 40 16
Octal 24 111 134 116 25 0 100 304 100 26
Binary 10100 1001001 1011100 1001110 10101 0 1000000 11000100 1000000 10110

Color Harmonies of #14495C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14495C

Black with #14495C

Text Example


Text Example

White with #14495C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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