Html Css Color HEX #146592 Allports

📋 copy color: '#146592'

red 20 ◦ green 101 ◦ blue 146

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

Shades of Allports #146592

Tints of Allports #146592

RGB

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

 GREEN value IS 101 (39.84% from 255) = 37.83%

 BLUE value IS 146 (57.42% from 255) = 54.68%

R = 7.49%
G = 37.83%
B = 54.68%

CMYK

 C value IS 0.86

 M value IS 0.31

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#146592 (or 0x146592) is known color: Allports. HEX triplet: 14, 65 and 92. RGB value is (20,101,146). Sum of RGB (Red+Green+Blue) = 20+101+146=267 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.49% from 267); Green value is 101 (39.84% from 255 or 37.83% from 267); Blue value is 146 (57.42% from 255 or 54.68% from 267); Max value from RGB is 146 - color contains mainly: blue. Hex color #146592 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #146592 is #EB9A6D. Grayscale: #515151. Windows color (decimal): -15440494 or 9594132. OLE color: 9594132.

HSL color Cylindrical-coordinate representation of color #146592: hue angle of 201.43º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #146592 is Cyan = 0.86, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 20 101 146 -
CMYK 0.86 0.31 0 0.43
HSL 201.43º 0.76% 0.33% -
HSV(B) 201.43º 0.86% 0.57% -
XYZ 10.13 11.53 28.89 -
YUV 81.91 164.16 83.84 -
System Red Green Blue C M Y K H S L
Decimal 20 101 146 0.86 0.31 0 0.43 201.43 0.76 0.33
Hex 14 65 92 56 1F 0 2B C9 4C 21
Octal 24 145 222 126 37 0 53 311 114 41
Binary 10100 1100101 10010010 1010110 11111 0 101011 11001001 1001100 100001

Color Harmonies of #146592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146592

Black with #146592

Text Example


Text Example

White with #146592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #146592; }

 p { color: rgb(20,101,146); }

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

background-color css

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

 a { background-color: rgb(20,101,146); }

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

border-color css

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

 span { border-color: rgb(20,101,146); }

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