Html Css Color HEX #146F7C Allports

📋 copy color: '#146F7C'

red 20 ◦ green 111 ◦ blue 124

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

Shades of Allports #146F7C

Tints of Allports #146F7C

RGB

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

 GREEN value IS 111 (43.75% from 255) = 43.53%

 BLUE value IS 124 (48.83% from 255) = 48.63%

R = 7.84%
G = 43.53%
B = 48.63%

CMYK

 C value IS 0.84

 M value IS 0.10

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#146F7C (or 0x146F7C) is known color: Allports. HEX triplet: 14, 6F and 7C. RGB value is (20,111,124). Sum of RGB (Red+Green+Blue) = 20+111+124=255 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.84% from 255); Green value is 111 (43.75% from 255 or 43.53% from 255); Blue value is 124 (48.83% from 255 or 48.63% from 255); Max value from RGB is 124 - color contains mainly: blue. Hex color #146F7C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #146F7C is #EB9083. Grayscale: #555555. Windows color (decimal): -15437956 or 8154900. OLE color: 8154900.

HSL color Cylindrical-coordinate representation of color #146F7C: hue angle of 187.5º 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 #146F7C is Cyan = 0.84, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 20 111 124 -
CMYK 0.84 0.10 0 0.51
HSL 187.5º 0.72% 0.28% -
HSV(B) 187.5º 0.84% 0.49% -
XYZ 9.61 12.97 21.07 -
YUV 85.27 149.85 81.44 -
System Red Green Blue C M Y K H S L
Decimal 20 111 124 0.84 0.10 0 0.51 187.5 0.72 0.28
Hex 14 6F 7C 54 A 0 33 BC 48 1C
Octal 24 157 174 124 12 0 63 274 110 34
Binary 10100 1101111 1111100 1010100 1010 0 110011 10111100 1001000 11100

Color Harmonies of #146F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146F7C

Black with #146F7C

Text Example


Text Example

White with #146F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #146F7C; }

 p { color: rgb(20,111,124); }

 H1.HeaderClassName
 {
   color: #146F7C;
 }
 .AnyTagClassName
 {
   color: #146F7C;
 }
</style>

background-color css

<style>
 a { background-color: #146F7C; }

 a { background-color: rgb(20,111,124); }

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

border-color css

<style>
 span { border-color: #146F7C; }

 span { border-color: rgb(20,111,124); }

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