Html Css Color HEX #196673 Allports

📋 copy color: '#196673'

red 25 ◦ green 102 ◦ blue 115

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

Shades of Allports #196673

Tints of Allports #196673

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 47.52%

R = 10.33%
G = 42.15%
B = 47.52%

CMYK

 C value IS 0.78

 M value IS 0.11

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#196673 (or 0x196673) is known color: Allports. HEX triplet: 19, 66 and 73. RGB value is (25,102,115). Sum of RGB (Red+Green+Blue) = 25+102+115=242 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.33% from 242); Green value is 102 (40.23% from 255 or 42.15% from 242); Blue value is 115 (45.31% from 255 or 47.52% from 242); Max value from RGB is 115 - color contains mainly: blue. Hex color #196673 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196673 is #E6998C. Grayscale: #505050. Windows color (decimal): -15112589 or 7562777. OLE color: 7562777.

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

Color convert

RGB 25 102 115 -
CMYK 0.78 0.11 0 0.55
HSL 188.67º 0.64% 0.27% -
HSV(B) 188.67º 0.78% 0.45% -
XYZ 8.25 10.95 17.9 -
YUV 80.46 147.49 88.44 -
System Red Green Blue C M Y K H S L
Decimal 25 102 115 0.78 0.11 0 0.55 188.67 0.64 0.27
Hex 19 66 73 4E B 0 37 BD 40 1B
Octal 31 146 163 116 13 0 67 275 100 33
Binary 11001 1100110 1110011 1001110 1011 0 110111 10111101 1000000 11011

Color Harmonies of #196673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196673

Black with #196673

Text Example


Text Example

White with #196673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #196673; }

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

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

background-color css

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

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

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

border-color css

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

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

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