Html Css Color HEX #196485 Allports

📋 copy color: '#196485'

red 25 ◦ green 100 ◦ blue 133

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

Shades of Allports #196485

Tints of Allports #196485

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 51.55%

R = 9.69%
G = 38.76%
B = 51.55%

CMYK

 C value IS 0.81

 M value IS 0.25

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#196485 (or 0x196485) is known color: Allports. HEX triplet: 19, 64 and 85. RGB value is (25,100,133). Sum of RGB (Red+Green+Blue) = 25+100+133=258 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.69% from 258); Green value is 100 (39.45% from 255 or 38.76% from 258); Blue value is 133 (52.34% from 255 or 51.55% from 258); Max value from RGB is 133 - color contains mainly: blue. Hex color #196485 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #196485 is #E69B7A. Grayscale: #515151. Windows color (decimal): -15113083 or 8741913. OLE color: 8741913.

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

Color convert

RGB 25 100 133 -
CMYK 0.81 0.25 0 0.48
HSL 198.33º 0.68% 0.31% -
HSV(B) 198.33º 0.81% 0.52% -
XYZ 9.19 11.01 23.83 -
YUV 81.34 157.15 87.82 -
System Red Green Blue C M Y K H S L
Decimal 25 100 133 0.81 0.25 0 0.48 198.33 0.68 0.31
Hex 19 64 85 51 19 0 30 C6 44 1F
Octal 31 144 205 121 31 0 60 306 104 37
Binary 11001 1100100 10000101 1010001 11001 0 110000 11000110 1000100 11111

Color Harmonies of #196485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196485

Black with #196485

Text Example


Text Example

White with #196485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #196485; }

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

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

background-color css

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

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

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

border-color css

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

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

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