Html Css Color HEX #146683 Allports

📋 copy color: '#146683'

red 20 ◦ green 102 ◦ blue 131

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

Shades of Allports #146683

Tints of Allports #146683

RGB

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

 GREEN value IS 102 (40.23% from 255) = 40.32%

 BLUE value IS 131 (51.56% from 255) = 51.78%

R = 7.91%
G = 40.32%
B = 51.78%

CMYK

 C value IS 0.85

 M value IS 0.22

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#146683 (or 0x146683) is known color: Allports. HEX triplet: 14, 66 and 83. RGB value is (20,102,131). Sum of RGB (Red+Green+Blue) = 20+102+131=253 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.91% from 253); Green value is 102 (40.23% from 255 or 40.32% from 253); Blue value is 131 (51.56% from 255 or 51.78% from 253); Max value from RGB is 131 - color contains mainly: blue. Hex color #146683 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #146683 is #EB997C. Grayscale: #505050. Windows color (decimal): -15440253 or 8611348. OLE color: 8611348.

HSL color Cylindrical-coordinate representation of color #146683: hue angle of 195.68º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #146683 is Cyan = 0.85, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 20 102 131 -
CMYK 0.85 0.22 0 0.49
HSL 195.68º 0.74% 0.3% -
HSV(B) 195.68º 0.85% 0.51% -
XYZ 9.14 11.29 23.17 -
YUV 80.79 156.33 84.64 -
System Red Green Blue C M Y K H S L
Decimal 20 102 131 0.85 0.22 0 0.49 195.68 0.74 0.3
Hex 14 66 83 55 16 0 31 C4 4A 1E
Octal 24 146 203 125 26 0 61 304 112 36
Binary 10100 1100110 10000011 1010101 10110 0 110001 11000100 1001010 11110

Color Harmonies of #146683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146683

Black with #146683

Text Example


Text Example

White with #146683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #146683; }

 p { color: rgb(20,102,131); }

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

background-color css

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

 a { background-color: rgb(20,102,131); }

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

border-color css

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

 span { border-color: rgb(20,102,131); }

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