Html Css Color HEX #196790 Allports

📋 copy color: '#196790'

red 25 ◦ green 103 ◦ blue 144

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

Shades of Allports #196790

Tints of Allports #196790

RGB

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

 GREEN value IS 103 (40.63% from 255) = 37.87%

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

R = 9.19%
G = 37.87%
B = 52.94%

CMYK

 C value IS 0.83

 M value IS 0.28

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#196790 (or 0x196790) is known color: Allports. HEX triplet: 19, 67 and 90. RGB value is (25,103,144). Sum of RGB (Red+Green+Blue) = 25+103+144=272 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.19% from 272); Green value is 103 (40.62% from 255 or 37.87% from 272); Blue value is 144 (56.64% from 255 or 52.94% from 272); Max value from RGB is 144 - color contains mainly: blue. Hex color #196790 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #196790 is #E6986F. Grayscale: #545454. Windows color (decimal): -15112304 or 9463577. OLE color: 9463577.

HSL color Cylindrical-coordinate representation of color #196790: hue angle of 200.67º 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 #196790 is Cyan = 0.83, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 25 103 144 -
CMYK 0.83 0.28 0 0.44
HSL 200.67º 0.7% 0.33% -
HSV(B) 200.67º 0.83% 0.56% -
XYZ 10.29 11.92 28.14 -
YUV 84.35 161.66 85.67 -
System Red Green Blue C M Y K H S L
Decimal 25 103 144 0.83 0.28 0 0.44 200.67 0.7 0.33
Hex 19 67 90 53 1C 0 2C C9 46 21
Octal 31 147 220 123 34 0 54 311 106 41
Binary 11001 1100111 10010000 1010011 11100 0 101100 11001001 1000110 100001

Color Harmonies of #196790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196790

Black with #196790

Text Example


Text Example

White with #196790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #196790; }

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

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

background-color css

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

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

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

border-color css

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

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

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