Html Css Color HEX #14485E Astronaut Blue

📋 copy color: '#14485E'

red 20 ◦ green 72 ◦ blue 94

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

Shades of Astronaut Blue #14485E

Tints of Astronaut Blue #14485E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 38.71%

 BLUE value IS 94 (37.11% from 255) = 50.54%

R = 10.75%
G = 38.71%
B = 50.54%

CMYK

 C value IS 0.79

 M value IS 0.23

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#14485E (or 0x14485E) is known color: Astronaut Blue. HEX triplet: 14, 48 and 5E. RGB value is (20,72,94). Sum of RGB (Red+Green+Blue) = 20+72+94=186 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.75% from 186); Green value is 72 (28.52% from 255 or 38.71% from 186); Blue value is 94 (37.11% from 255 or 50.54% from 186); Max value from RGB is 94 - color contains mainly: blue. Hex color #14485E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14485E is #EBB7A1. Grayscale: #3A3A3A. Windows color (decimal): -15447970 or 6178836. OLE color: 6178836.

HSL color Cylindrical-coordinate representation of color #14485E: hue angle of 197.84º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #14485E is Cyan = 0.79, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 20 72 94 -
CMYK 0.79 0.23 0 0.63
HSL 197.84º 0.65% 0.22% -
HSV(B) 197.84º 0.79% 0.37% -
XYZ 4.63 5.59 11.43 -
YUV 58.96 147.77 100.21 -
System Red Green Blue C M Y K H S L
Decimal 20 72 94 0.79 0.23 0 0.63 197.84 0.65 0.22
Hex 14 48 5E 4F 17 0 3F C6 41 16
Octal 24 110 136 117 27 0 77 306 101 26
Binary 10100 1001000 1011110 1001111 10111 0 111111 11000110 1000001 10110

Color Harmonies of #14485E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14485E

Black with #14485E

Text Example


Text Example

White with #14485E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14485E; }

 p { color: rgb(20,72,94); }

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

background-color css

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

 a { background-color: rgb(20,72,94); }

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

border-color css

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

 span { border-color: rgb(20,72,94); }

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