Html Css Color HEX #14688D Allports

📋 copy color: '#14688D'

red 20 ◦ green 104 ◦ blue 141

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

Shades of Allports #14688D

Tints of Allports #14688D

RGB

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

 GREEN value IS 104 (41.02% from 255) = 39.25%

 BLUE value IS 141 (55.47% from 255) = 53.21%

R = 7.55%
G = 39.25%
B = 53.21%

CMYK

 C value IS 0.86

 M value IS 0.26

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#14688D (or 0x14688D) is known color: Allports. HEX triplet: 14, 68 and 8D. RGB value is (20,104,141). Sum of RGB (Red+Green+Blue) = 20+104+141=265 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.55% from 265); Green value is 104 (41.02% from 255 or 39.25% from 265); Blue value is 141 (55.47% from 255 or 53.21% from 265); Max value from RGB is 141 - color contains mainly: blue. Hex color #14688D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #14688D is #EB9772. Grayscale: #525252. Windows color (decimal): -15439731 or 9267220. OLE color: 9267220.

HSL color Cylindrical-coordinate representation of color #14688D: hue angle of 198.35º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #14688D is Cyan = 0.86, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 20 104 141 -
CMYK 0.86 0.26 0 0.45
HSL 198.35º 0.75% 0.32% -
HSV(B) 198.35º 0.86% 0.55% -
XYZ 10.05 11.97 26.98 -
YUV 83.1 160.67 82.99 -
System Red Green Blue C M Y K H S L
Decimal 20 104 141 0.86 0.26 0 0.45 198.35 0.75 0.32
Hex 14 68 8D 56 1A 0 2D C6 4B 20
Octal 24 150 215 126 32 0 55 306 113 40
Binary 10100 1101000 10001101 1010110 11010 0 101101 11000110 1001011 100000

Color Harmonies of #14688D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14688D

Black with #14688D

Text Example


Text Example

White with #14688D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,104,141); }

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

background-color css

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

 a { background-color: rgb(20,104,141); }

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

border-color css

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

 span { border-color: rgb(20,104,141); }

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