Html Css Color HEX #14628B Allports

📋 copy color: '#14628B'

red 20 ◦ green 98 ◦ blue 139

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

Shades of Allports #14628B

Tints of Allports #14628B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 54.09%

R = 7.78%
G = 38.13%
B = 54.09%

CMYK

 C value IS 0.86

 M value IS 0.29

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#14628B (or 0x14628B) is known color: Allports. HEX triplet: 14, 62 and 8B. RGB value is (20,98,139). Sum of RGB (Red+Green+Blue) = 20+98+139=257 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.78% from 257); Green value is 98 (38.67% from 255 or 38.13% from 257); Blue value is 139 (54.69% from 255 or 54.09% from 257); Max value from RGB is 139 - color contains mainly: blue. Hex color #14628B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #14628B is #EB9D74. Grayscale: #4F4F4F. Windows color (decimal): -15441269 or 9134612. OLE color: 9134612.

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

Color convert

RGB 20 98 139 -
CMYK 0.86 0.29 0 0.45
HSL 200.67º 0.75% 0.31% -
HSV(B) 200.67º 0.86% 0.55% -
XYZ 9.32 10.75 26.01 -
YUV 79.35 161.66 85.67 -
System Red Green Blue C M Y K H S L
Decimal 20 98 139 0.86 0.29 0 0.45 200.67 0.75 0.31
Hex 14 62 8B 56 1D 0 2D C9 4B 1F
Octal 24 142 213 126 35 0 55 311 113 37
Binary 10100 1100010 10001011 1010110 11101 0 101101 11001001 1001011 11111

Color Harmonies of #14628B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14628B

Black with #14628B

Text Example


Text Example

White with #14628B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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