Html Css Color HEX #196487 Allports

📋 copy color: '#196487'

red 25 ◦ green 100 ◦ blue 135

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

Shades of Allports #196487

Tints of Allports #196487

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 51.92%

R = 9.62%
G = 38.46%
B = 51.92%

CMYK

 C value IS 0.81

 M value IS 0.26

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#196487 (or 0x196487) is known color: Allports. HEX triplet: 19, 64 and 87. RGB value is (25,100,135). Sum of RGB (Red+Green+Blue) = 25+100+135=260 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.62% from 260); Green value is 100 (39.45% from 255 or 38.46% from 260); Blue value is 135 (53.12% from 255 or 51.92% from 260); Max value from RGB is 135 - color contains mainly: blue. Hex color #196487 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #196487 is #E69B78. Grayscale: #515151. Windows color (decimal): -15113081 or 8872985. OLE color: 8872985.

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

Color convert

RGB 25 100 135 -
CMYK 0.81 0.26 0 0.47
HSL 199.09º 0.69% 0.31% -
HSV(B) 199.09º 0.81% 0.53% -
XYZ 9.33 11.07 24.57 -
YUV 81.57 158.15 87.65 -
System Red Green Blue C M Y K H S L
Decimal 25 100 135 0.81 0.26 0 0.47 199.09 0.69 0.31
Hex 19 64 87 51 1A 0 2F C7 45 1F
Octal 31 144 207 121 32 0 57 307 105 37
Binary 11001 1100100 10000111 1010001 11010 0 101111 11000111 1000101 11111

Color Harmonies of #196487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196487

Black with #196487

Text Example


Text Example

White with #196487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #196487; }

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

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

background-color css

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

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

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

border-color css

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

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

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