Html Css Color HEX #196589 Allports

📋 copy color: '#196589'

red 25 ◦ green 101 ◦ blue 137

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

Shades of Allports #196589

Tints of Allports #196589

RGB

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

 GREEN value IS 101 (39.84% from 255) = 38.4%

 BLUE value IS 137 (53.91% from 255) = 52.09%

R = 9.51%
G = 38.4%
B = 52.09%

CMYK

 C value IS 0.82

 M value IS 0.26

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#196589 (or 0x196589) is known color: Allports. HEX triplet: 19, 65 and 89. RGB value is (25,101,137). Sum of RGB (Red+Green+Blue) = 25+101+137=263 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.51% from 263); Green value is 101 (39.84% from 255 or 38.40% from 263); Blue value is 137 (53.91% from 255 or 52.09% from 263); Max value from RGB is 137 - color contains mainly: blue. Hex color #196589 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #196589 is #E69A76. Grayscale: #525252. Windows color (decimal): -15112823 or 9004313. OLE color: 9004313.

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

Color convert

RGB 25 101 137 -
CMYK 0.82 0.26 0 0.46
HSL 199.29º 0.69% 0.32% -
HSV(B) 199.29º 0.82% 0.54% -
XYZ 9.57 11.32 25.35 -
YUV 82.38 158.82 87.07 -
System Red Green Blue C M Y K H S L
Decimal 25 101 137 0.82 0.26 0 0.46 199.29 0.69 0.32
Hex 19 65 89 52 1A 0 2E C7 45 20
Octal 31 145 211 122 32 0 56 307 105 40
Binary 11001 1100101 10001001 1010010 11010 0 101110 11000111 1000101 100000

Color Harmonies of #196589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196589

Black with #196589

Text Example


Text Example

White with #196589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #196589; }

 p { color: rgb(25,101,137); }

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

background-color css

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

 a { background-color: rgb(25,101,137); }

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

border-color css

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

 span { border-color: rgb(25,101,137); }

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