Html Css Color HEX #14627F Allports

📋 copy color: '#14627F'

red 20 ◦ green 98 ◦ blue 127

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

Shades of Allports #14627F

Tints of Allports #14627F

RGB

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

 GREEN value IS 98 (38.67% from 255) = 40%

 BLUE value IS 127 (50% from 255) = 51.84%

R = 8.16%
G = 40%
B = 51.84%

CMYK

 C value IS 0.84

 M value IS 0.23

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#14627F (or 0x14627F) is known color: Allports. HEX triplet: 14, 62 and 7F. RGB value is (20,98,127). Sum of RGB (Red+Green+Blue) = 20+98+127=245 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.16% from 245); Green value is 98 (38.67% from 255 or 40% from 245); Blue value is 127 (50% from 255 or 51.84% from 245); Max value from RGB is 127 - color contains mainly: blue. Hex color #14627F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14627F is #EB9D80. Grayscale: #4D4D4D. Windows color (decimal): -15441281 or 8348180. OLE color: 8348180.

HSL color Cylindrical-coordinate representation of color #14627F: hue angle of 196.26º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #14627F is Cyan = 0.84, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 20 98 127 -
CMYK 0.84 0.23 0 0.50
HSL 196.26º 0.73% 0.29% -
HSV(B) 196.26º 0.84% 0.5% -
XYZ 8.49 10.42 21.64 -
YUV 77.98 155.66 86.64 -
System Red Green Blue C M Y K H S L
Decimal 20 98 127 0.84 0.23 0 0.50 196.26 0.73 0.29
Hex 14 62 7F 54 17 0 32 C4 49 1D
Octal 24 142 177 124 27 0 62 304 111 35
Binary 10100 1100010 1111111 1010100 10111 0 110010 11000100 1001001 11101

Color Harmonies of #14627F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14627F

Black with #14627F

Text Example


Text Example

White with #14627F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14627F; }

 p { color: rgb(20,98,127); }

 H1.HeaderClassName
 {
   color: #14627F;
 }
 .AnyTagClassName
 {
   color: #14627F;
 }
</style>

background-color css

<style>
 a { background-color: #14627F; }

 a { background-color: rgb(20,98,127); }

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

border-color css

<style>
 span { border-color: #14627F; }

 span { border-color: rgb(20,98,127); }

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