Html Css Color HEX #196488 Allports

📋 copy color: '#196488'

red 25 ◦ green 100 ◦ blue 136

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

Shades of Allports #196488

Tints of Allports #196488

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 52.11%

R = 9.58%
G = 38.31%
B = 52.11%

CMYK

 C value IS 0.82

 M value IS 0.26

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#196488 (or 0x196488) is known color: Allports. HEX triplet: 19, 64 and 88. RGB value is (25,100,136). Sum of RGB (Red+Green+Blue) = 25+100+136=261 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.58% from 261); Green value is 100 (39.45% from 255 or 38.31% from 261); Blue value is 136 (53.52% from 255 or 52.11% from 261); Max value from RGB is 136 - color contains mainly: blue. Hex color #196488 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #196488 is #E69B77. Grayscale: #515151. Windows color (decimal): -15113080 or 8938521. OLE color: 8938521.

HSL color Cylindrical-coordinate representation of color #196488: hue angle of 199.46º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #196488 is Cyan = 0.82, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 25 100 136 -
CMYK 0.82 0.26 0 0.47
HSL 199.46º 0.69% 0.32% -
HSV(B) 199.46º 0.82% 0.53% -
XYZ 9.4 11.1 24.94 -
YUV 81.68 158.65 87.57 -
System Red Green Blue C M Y K H S L
Decimal 25 100 136 0.82 0.26 0 0.47 199.46 0.69 0.32
Hex 19 64 88 52 1A 0 2F C7 45 20
Octal 31 144 210 122 32 0 57 307 105 40
Binary 11001 1100100 10001000 1010010 11010 0 101111 11000111 1000101 100000

Color Harmonies of #196488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196488

Black with #196488

Text Example


Text Example

White with #196488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #196488; }

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

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

background-color css

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

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

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

border-color css

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

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

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