Html Css Color HEX #146783 Allports

📋 copy color: '#146783'

red 20 ◦ green 103 ◦ blue 131

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

Shades of Allports #146783

Tints of Allports #146783

RGB

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

 GREEN value IS 103 (40.63% from 255) = 40.55%

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

R = 7.87%
G = 40.55%
B = 51.57%

CMYK

 C value IS 0.85

 M value IS 0.21

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#146783 (or 0x146783) is known color: Allports. HEX triplet: 14, 67 and 83. RGB value is (20,103,131). Sum of RGB (Red+Green+Blue) = 20+103+131=254 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.87% from 254); Green value is 103 (40.62% from 255 or 40.55% from 254); Blue value is 131 (51.56% from 255 or 51.57% from 254); Max value from RGB is 131 - color contains mainly: blue. Hex color #146783 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #146783 is #EB987C. Grayscale: #515151. Windows color (decimal): -15439997 or 8611604. OLE color: 8611604.

HSL color Cylindrical-coordinate representation of color #146783: hue angle of 195.14º 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 #146783 is Cyan = 0.85, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 20 103 131 -
CMYK 0.85 0.21 0 0.49
HSL 195.14º 0.74% 0.3% -
HSV(B) 195.14º 0.85% 0.51% -
XYZ 9.24 11.49 23.2 -
YUV 81.38 156 84.22 -
System Red Green Blue C M Y K H S L
Decimal 20 103 131 0.85 0.21 0 0.49 195.14 0.74 0.3
Hex 14 67 83 55 15 0 31 C3 4A 1E
Octal 24 147 203 125 25 0 61 303 112 36
Binary 10100 1100111 10000011 1010101 10101 0 110001 11000011 1001010 11110

Color Harmonies of #146783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146783

Black with #146783

Text Example


Text Example

White with #146783

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #146783; }

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

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

background-color css

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

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

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

border-color css

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

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

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