Html Css Color HEX #146D93 Allports

📋 copy color: '#146D93'

red 20 ◦ green 109 ◦ blue 147

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

Shades of Allports #146D93

Tints of Allports #146D93

RGB

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

 GREEN value IS 109 (42.97% from 255) = 39.49%

 BLUE value IS 147 (57.81% from 255) = 53.26%

R = 7.25%
G = 39.49%
B = 53.26%

CMYK

 C value IS 0.86

 M value IS 0.26

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#146D93 (or 0x146D93) is known color: Allports. HEX triplet: 14, 6D and 93. RGB value is (20,109,147). Sum of RGB (Red+Green+Blue) = 20+109+147=276 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.25% from 276); Green value is 109 (42.97% from 255 or 39.49% from 276); Blue value is 147 (57.81% from 255 or 53.26% from 276); Max value from RGB is 147 - color contains mainly: blue. Hex color #146D93 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #146D93 is #EB926C. Grayscale: #565656. Windows color (decimal): -15438445 or 9661716. OLE color: 9661716.

HSL color Cylindrical-coordinate representation of color #146D93: hue angle of 197.95º 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 #146D93 is Cyan = 0.86, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 20 109 147 -
CMYK 0.86 0.26 0 0.42
HSL 197.95º 0.76% 0.33% -
HSV(B) 197.95º 0.86% 0.58% -
XYZ 11.02 13.19 29.57 -
YUV 86.72 162.01 80.41 -
System Red Green Blue C M Y K H S L
Decimal 20 109 147 0.86 0.26 0 0.42 197.95 0.76 0.33
Hex 14 6D 93 56 1A 0 2A C6 4C 21
Octal 24 155 223 126 32 0 52 306 114 41
Binary 10100 1101101 10010011 1010110 11010 0 101010 11000110 1001100 100001

Color Harmonies of #146D93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146D93

Black with #146D93

Text Example


Text Example

White with #146D93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,109,147); }

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

background-color css

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

 a { background-color: rgb(20,109,147); }

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

border-color css

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

 span { border-color: rgb(20,109,147); }

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