Html Css Color HEX #14486B Astronaut Blue

📋 copy color: '#14486B'

red 20 ◦ green 72 ◦ blue 107

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

Shades of Astronaut Blue #14486B

Tints of Astronaut Blue #14486B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 53.77%

R = 10.05%
G = 36.18%
B = 53.77%

CMYK

 C value IS 0.81

 M value IS 0.33

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#14486B (or 0x14486B) is known color: Astronaut Blue. HEX triplet: 14, 48 and 6B. RGB value is (20,72,107). Sum of RGB (Red+Green+Blue) = 20+72+107=199 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.05% from 199); Green value is 72 (28.52% from 255 or 36.18% from 199); Blue value is 107 (42.19% from 255 or 53.77% from 199); Max value from RGB is 107 - color contains mainly: blue. Hex color #14486B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14486B is #EBB794. Grayscale: #3C3C3C. Windows color (decimal): -15447957 or 7030804. OLE color: 7030804.

HSL color Cylindrical-coordinate representation of color #14486B: hue angle of 204.14º degrees, saturation: 0.69, 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 #14486B is Cyan = 0.81, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 20 72 107 -
CMYK 0.81 0.33 0 0.58
HSL 204.14º 0.69% 0.25% -
HSV(B) 204.14º 0.81% 0.42% -
XYZ 5.26 5.84 14.76 -
YUV 60.44 154.27 99.15 -
System Red Green Blue C M Y K H S L
Decimal 20 72 107 0.81 0.33 0 0.58 204.14 0.69 0.25
Hex 14 48 6B 51 21 0 3A CC 45 19
Octal 24 110 153 121 41 0 72 314 105 31
Binary 10100 1001000 1101011 1010001 100001 0 111010 11001100 1000101 11001

Color Harmonies of #14486B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14486B

Black with #14486B

Text Example


Text Example

White with #14486B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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