Html Css Color HEX #196DDA Navy Blue

📋 copy color: '#196DDA'

red 25 ◦ green 109 ◦ blue 218

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

Shades of Navy Blue #196DDA

Tints of Navy Blue #196DDA

RGB

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

 GREEN value IS 109 (42.97% from 255) = 30.97%

 BLUE value IS 218 (85.55% from 255) = 61.93%

R = 7.1%
G = 30.97%
B = 61.93%

CMYK

 C value IS 0.89

 M value IS 0.5

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#196DDA (or 0x196DDA) is known color: Navy Blue. HEX triplet: 19, 6D and DA. RGB value is (25,109,218). Sum of RGB (Red+Green+Blue) = 25+109+218=352 (46% of max value = 765). Red value is 25 (10.16% from 255 or 7.10% from 352); Green value is 109 (42.97% from 255 or 30.97% from 352); Blue value is 218 (85.55% from 255 or 61.93% from 352); Max value from RGB is 218 - color contains mainly: blue. Hex color #196DDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #196DDA is #E69225. Grayscale: #5F5F5F. Windows color (decimal): -15110694 or 14314777. OLE color: 14314777.

HSL color Cylindrical-coordinate representation of color #196DDA: hue angle of 213.89º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #196DDA is Cyan = 0.89, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 25 109 218 -
CMYK 0.89 0.5 0 0.15
HSL 213.89º 0.79% 0.48% -
HSV(B) 213.89º 0.89% 0.85% -
XYZ 18.52 16.21 68.48 -
YUV 96.31 196.67 77.14 -
System Red Green Blue C M Y K H S L
Decimal 25 109 218 0.89 0.5 0 0.15 213.89 0.79 0.48
Hex 19 6D DA 59 32 0 F D6 4F 30
Octal 31 155 332 131 62 0 17 326 117 60
Binary 11001 1101101 11011010 1011001 110010 0 1111 11010110 1001111 110000

Color Harmonies of #196DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196DDA

Black with #196DDA

Text Example


Text Example

White with #196DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,109,218); }

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

background-color css

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

 a { background-color: rgb(25,109,218); }

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

border-color css

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

 span { border-color: rgb(25,109,218); }

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