Html Css Color HEX #196690 Allports

📋 copy color: '#196690'

red 25 ◦ green 102 ◦ blue 144

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

Shades of Allports #196690

Tints of Allports #196690

RGB

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

 GREEN value IS 102 (40.23% from 255) = 37.64%

 BLUE value IS 144 (56.64% from 255) = 53.14%

R = 9.23%
G = 37.64%
B = 53.14%

CMYK

 C value IS 0.83

 M value IS 0.29

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#196690 (or 0x196690) is known color: Allports. HEX triplet: 19, 66 and 90. RGB value is (25,102,144). Sum of RGB (Red+Green+Blue) = 25+102+144=271 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.23% from 271); Green value is 102 (40.23% from 255 or 37.64% from 271); Blue value is 144 (56.64% from 255 or 53.14% from 271); Max value from RGB is 144 - color contains mainly: blue. Hex color #196690 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #196690 is #E6996F. Grayscale: #535353. Windows color (decimal): -15112560 or 9463321. OLE color: 9463321.

HSL color Cylindrical-coordinate representation of color #196690: hue angle of 201.18º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #196690 is Cyan = 0.83, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 25 102 144 -
CMYK 0.83 0.29 0 0.44
HSL 201.18º 0.7% 0.33% -
HSV(B) 201.18º 0.83% 0.56% -
XYZ 10.19 11.72 28.11 -
YUV 83.77 161.99 86.08 -
System Red Green Blue C M Y K H S L
Decimal 25 102 144 0.83 0.29 0 0.44 201.18 0.7 0.33
Hex 19 66 90 53 1D 0 2C C9 46 21
Octal 31 146 220 123 35 0 54 311 106 41
Binary 11001 1100110 10010000 1010011 11101 0 101100 11001001 1000110 100001

Color Harmonies of #196690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196690

Black with #196690

Text Example


Text Example

White with #196690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #196690; }

 p { color: rgb(25,102,144); }

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

background-color css

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

 a { background-color: rgb(25,102,144); }

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

border-color css

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

 span { border-color: rgb(25,102,144); }

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