Html Css Color HEX #196483 Allports

📋 copy color: '#196483'

red 25 ◦ green 100 ◦ blue 131

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

Shades of Allports #196483

Tints of Allports #196483

RGB

 RED value IS 25 (10.16% from 255) = 9.77%

 GREEN value IS 100 (39.45% from 255) = 39.06%

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

R = 9.77%
G = 39.06%
B = 51.17%

CMYK

 C value IS 0.81

 M value IS 0.24

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#196483 (or 0x196483) is known color: Allports. HEX triplet: 19, 64 and 83. RGB value is (25,100,131). Sum of RGB (Red+Green+Blue) = 25+100+131=256 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.77% from 256); Green value is 100 (39.45% from 255 or 39.06% from 256); Blue value is 131 (51.56% from 255 or 51.17% from 256); Max value from RGB is 131 - color contains mainly: blue. Hex color #196483 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #196483 is #E69B7C. Grayscale: #505050. Windows color (decimal): -15113085 or 8610841. OLE color: 8610841.

HSL color Cylindrical-coordinate representation of color #196483: hue angle of 197.55º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #196483 is Cyan = 0.81, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 25 100 131 -
CMYK 0.81 0.24 0 0.49
HSL 197.55º 0.68% 0.31% -
HSV(B) 197.55º 0.81% 0.51% -
XYZ 9.05 10.96 23.11 -
YUV 81.11 156.15 87.98 -
System Red Green Blue C M Y K H S L
Decimal 25 100 131 0.81 0.24 0 0.49 197.55 0.68 0.31
Hex 19 64 83 51 18 0 31 C6 44 1F
Octal 31 144 203 121 30 0 61 306 104 37
Binary 11001 1100100 10000011 1010001 11000 0 110001 11000110 1000100 11111

Color Harmonies of #196483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196483

Black with #196483

Text Example


Text Example

White with #196483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #196483; }

 p { color: rgb(25,100,131); }

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

background-color css

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

 a { background-color: rgb(25,100,131); }

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

border-color css

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

 span { border-color: rgb(25,100,131); }

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