Html Css Color HEX #14486A Astronaut Blue

📋 copy color: '#14486A'

red 20 ◦ green 72 ◦ blue 106

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

Shades of Astronaut Blue #14486A

Tints of Astronaut Blue #14486A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 53.54%

R = 10.1%
G = 36.36%
B = 53.54%

CMYK

 C value IS 0.81

 M value IS 0.32

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#14486A (or 0x14486A) is known color: Astronaut Blue. HEX triplet: 14, 48 and 6A. RGB value is (20,72,106). Sum of RGB (Red+Green+Blue) = 20+72+106=198 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.10% from 198); Green value is 72 (28.52% from 255 or 36.36% from 198); Blue value is 106 (41.80% from 255 or 53.54% from 198); Max value from RGB is 106 - color contains mainly: blue. Hex color #14486A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14486A is #EBB795. Grayscale: #3C3C3C. Windows color (decimal): -15447958 or 6965268. OLE color: 6965268.

HSL color Cylindrical-coordinate representation of color #14486A: hue angle of 203.72º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #14486A is Cyan = 0.81, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 20 72 106 -
CMYK 0.81 0.32 0 0.58
HSL 203.72º 0.68% 0.25% -
HSV(B) 203.72º 0.81% 0.42% -
XYZ 5.21 5.82 14.49 -
YUV 60.33 153.77 99.24 -
System Red Green Blue C M Y K H S L
Decimal 20 72 106 0.81 0.32 0 0.58 203.72 0.68 0.25
Hex 14 48 6A 51 20 0 3A CC 44 19
Octal 24 110 152 121 40 0 72 314 104 31
Binary 10100 1001000 1101010 1010001 100000 0 111010 11001100 1000100 11001

Color Harmonies of #14486A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14486A

Black with #14486A

Text Example


Text Example

White with #14486A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14486A; }

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

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

background-color css

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

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

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

border-color css

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

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

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