Html Css Color HEX #14697D Allports

📋 copy color: '#14697D'

red 20 ◦ green 105 ◦ blue 125

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

Shades of Allports #14697D

Tints of Allports #14697D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 50%

R = 8%
G = 42%
B = 50%

CMYK

 C value IS 0.84

 M value IS 0.16

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#14697D (or 0x14697D) is known color: Allports. HEX triplet: 14, 69 and 7D. RGB value is (20,105,125). Sum of RGB (Red+Green+Blue) = 20+105+125=250 (33% of max value = 765). Red value is 20 (8.20% from 255 or 8% from 250); Green value is 105 (41.41% from 255 or 42% from 250); Blue value is 125 (49.22% from 255 or 50% from 250); Max value from RGB is 125 - color contains mainly: blue. Hex color #14697D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14697D is #EB9682. Grayscale: #515151. Windows color (decimal): -15439491 or 8218900. OLE color: 8218900.

HSL color Cylindrical-coordinate representation of color #14697D: hue angle of 191.43º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #14697D is Cyan = 0.84, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 20 105 125 -
CMYK 0.84 0.16 0 0.51
HSL 191.43º 0.72% 0.28% -
HSV(B) 191.43º 0.84% 0.49% -
XYZ 9.04 11.73 21.19 -
YUV 81.87 152.34 83.87 -
System Red Green Blue C M Y K H S L
Decimal 20 105 125 0.84 0.16 0 0.51 191.43 0.72 0.28
Hex 14 69 7D 54 10 0 33 BF 48 1C
Octal 24 151 175 124 20 0 63 277 110 34
Binary 10100 1101001 1111101 1010100 10000 0 110011 10111111 1001000 11100

Color Harmonies of #14697D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14697D

Black with #14697D

Text Example


Text Example

White with #14697D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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