Html Css Color HEX #14698D Allports

📋 copy color: '#14698D'

red 20 ◦ green 105 ◦ blue 141

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

Shades of Allports #14698D

Tints of Allports #14698D

RGB

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

 GREEN value IS 105 (41.41% from 255) = 39.47%

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

R = 7.52%
G = 39.47%
B = 53.01%

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

#14698D (or 0x14698D) is known color: Allports. HEX triplet: 14, 69 and 8D. RGB value is (20,105,141). Sum of RGB (Red+Green+Blue) = 20+105+141=266 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.52% from 266); Green value is 105 (41.41% from 255 or 39.47% from 266); Blue value is 141 (55.47% from 255 or 53.01% from 266); Max value from RGB is 141 - color contains mainly: blue. Hex color #14698D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #14698D is #EB9672. Grayscale: #535353. Windows color (decimal): -15439475 or 9267476. OLE color: 9267476.

HSL color Cylindrical-coordinate representation of color #14698D: hue angle of 197.85º 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 #14698D is Cyan = 0.86, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 20 105 141 -
CMYK 0.86 0.26 0 0.45
HSL 197.85º 0.75% 0.32% -
HSV(B) 197.85º 0.86% 0.55% -
XYZ 10.15 12.17 27.01 -
YUV 83.69 160.34 82.57 -
System Red Green Blue C M Y K H S L
Decimal 20 105 141 0.86 0.26 0 0.45 197.85 0.75 0.32
Hex 14 69 8D 56 1A 0 2D C6 4B 20
Octal 24 151 215 126 32 0 55 306 113 40
Binary 10100 1101001 10001101 1010110 11010 0 101101 11000110 1001011 100000

Color Harmonies of #14698D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14698D

Black with #14698D

Text Example


Text Example

White with #14698D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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