Html Css Color HEX #146F94 Allports

📋 copy color: '#146F94'

red 20 ◦ green 111 ◦ blue 148

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

Shades of Allports #146F94

Tints of Allports #146F94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 53.05%

R = 7.17%
G = 39.78%
B = 53.05%

CMYK

 C value IS 0.86

 M value IS 0.25

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#146F94 (or 0x146F94) is known color: Allports. HEX triplet: 14, 6F and 94. RGB value is (20,111,148). Sum of RGB (Red+Green+Blue) = 20+111+148=279 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.17% from 279); Green value is 111 (43.75% from 255 or 39.78% from 279); Blue value is 148 (58.20% from 255 or 53.05% from 279); Max value from RGB is 148 - color contains mainly: blue. Hex color #146F94 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #146F94 is #EB906B. Grayscale: #575757. Windows color (decimal): -15437932 or 9727764. OLE color: 9727764.

HSL color Cylindrical-coordinate representation of color #146F94: hue angle of 197.34º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #146F94 is Cyan = 0.86, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 20 111 148 -
CMYK 0.86 0.25 0 0.42
HSL 197.34º 0.76% 0.33% -
HSV(B) 197.34º 0.86% 0.58% -
XYZ 11.32 13.66 30.06 -
YUV 88.01 161.85 79.49 -
System Red Green Blue C M Y K H S L
Decimal 20 111 148 0.86 0.25 0 0.42 197.34 0.76 0.33
Hex 14 6F 94 56 19 0 2A C5 4C 21
Octal 24 157 224 126 31 0 52 305 114 41
Binary 10100 1101111 10010100 1010110 11001 0 101010 11000101 1001100 100001

Color Harmonies of #146F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146F94

Black with #146F94

Text Example


Text Example

White with #146F94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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