Html Css Color HEX #196ED5 Navy Blue

📋 copy color: '#196ED5'

red 25 ◦ green 110 ◦ blue 213

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

Shades of Navy Blue #196ED5

Tints of Navy Blue #196ED5

RGB

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

 GREEN value IS 110 (43.36% from 255) = 31.61%

 BLUE value IS 213 (83.59% from 255) = 61.21%

R = 7.18%
G = 31.61%
B = 61.21%

CMYK

 C value IS 0.88

 M value IS 0.48

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#196ED5 (or 0x196ED5) is known color: Navy Blue. HEX triplet: 19, 6E and D5. RGB value is (25,110,213). Sum of RGB (Red+Green+Blue) = 25+110+213=348 (46% of max value = 765). Red value is 25 (10.16% from 255 or 7.18% from 348); Green value is 110 (43.36% from 255 or 31.61% from 348); Blue value is 213 (83.59% from 255 or 61.21% from 348); Max value from RGB is 213 - color contains mainly: blue. Hex color #196ED5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #196ED5 is #E6912A. Grayscale: #5F5F5F. Windows color (decimal): -15110443 or 13987353. OLE color: 13987353.

HSL color Cylindrical-coordinate representation of color #196ED5: hue angle of 212.87º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #196ED5 is Cyan = 0.88, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 25 110 213 -
CMYK 0.88 0.48 0 0.16
HSL 212.87º 0.79% 0.47% -
HSV(B) 212.87º 0.88% 0.84% -
XYZ 17.99 16.16 65.12 -
YUV 96.33 193.84 77.12 -
System Red Green Blue C M Y K H S L
Decimal 25 110 213 0.88 0.48 0 0.16 212.87 0.79 0.47
Hex 19 6E D5 58 30 0 10 D5 4F 2F
Octal 31 156 325 130 60 0 20 325 117 57
Binary 11001 1101110 11010101 1011000 110000 0 10000 11010101 1001111 101111

Color Harmonies of #196ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196ED5

Black with #196ED5

Text Example


Text Example

White with #196ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #196ED5; }

 p { color: rgb(25,110,213); }

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

background-color css

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

 a { background-color: rgb(25,110,213); }

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

border-color css

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

 span { border-color: rgb(25,110,213); }

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