Html Css Color HEX #196274 Allports

📋 copy color: '#196274'

red 25 ◦ green 98 ◦ blue 116

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

Shades of Allports #196274

Tints of Allports #196274

RGB

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

 GREEN value IS 98 (38.67% from 255) = 41%

 BLUE value IS 116 (45.7% from 255) = 48.54%

R = 10.46%
G = 41%
B = 48.54%

CMYK

 C value IS 0.78

 M value IS 0.16

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#196274 (or 0x196274) is known color: Allports. HEX triplet: 19, 62 and 74. RGB value is (25,98,116). Sum of RGB (Red+Green+Blue) = 25+98+116=239 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.46% from 239); Green value is 98 (38.67% from 255 or 41.00% from 239); Blue value is 116 (45.70% from 255 or 48.54% from 239); Max value from RGB is 116 - color contains mainly: blue. Hex color #196274 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196274 is #E69D8B. Grayscale: #4E4E4E. Windows color (decimal): -15113612 or 7627289. OLE color: 7627289.

HSL color Cylindrical-coordinate representation of color #196274: hue angle of 191.87º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #196274 is Cyan = 0.78, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 25 98 116 -
CMYK 0.78 0.16 0 0.55
HSL 191.87º 0.65% 0.28% -
HSV(B) 191.87º 0.78% 0.45% -
XYZ 7.92 10.2 18.07 -
YUV 78.23 149.32 90.04 -
System Red Green Blue C M Y K H S L
Decimal 25 98 116 0.78 0.16 0 0.55 191.87 0.65 0.28
Hex 19 62 74 4E 10 0 37 C0 41 1C
Octal 31 142 164 116 20 0 67 300 101 34
Binary 11001 1100010 1110100 1001110 10000 0 110111 11000000 1000001 11100

Color Harmonies of #196274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196274

Black with #196274

Text Example


Text Example

White with #196274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #196274; }

 p { color: rgb(25,98,116); }

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

background-color css

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

 a { background-color: rgb(25,98,116); }

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

border-color css

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

 span { border-color: rgb(25,98,116); }

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