Html Css Color HEX #196ADD Navy Blue

📋 copy color: '#196ADD'

red 25 ◦ green 106 ◦ blue 221

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

Shades of Navy Blue #196ADD

Tints of Navy Blue #196ADD

RGB

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

 GREEN value IS 106 (41.8% from 255) = 30.11%

 BLUE value IS 221 (86.72% from 255) = 62.78%

R = 7.1%
G = 30.11%
B = 62.78%

CMYK

 C value IS 0.89

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#196ADD (or 0x196ADD) is known color: Navy Blue. HEX triplet: 19, 6A and DD. RGB value is (25,106,221). Sum of RGB (Red+Green+Blue) = 25+106+221=352 (46% of max value = 765). Red value is 25 (10.16% from 255 or 7.10% from 352); Green value is 106 (41.80% from 255 or 30.11% from 352); Blue value is 221 (86.72% from 255 or 62.78% from 352); Max value from RGB is 221 - color contains mainly: blue. Hex color #196ADD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #196ADD is #E69522. Grayscale: #5E5E5E. Windows color (decimal): -15111459 or 14510617. OLE color: 14510617.

HSL color Cylindrical-coordinate representation of color #196ADD: hue angle of 215.2º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #196ADD is Cyan = 0.89, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 25 106 221 -
CMYK 0.89 0.52 0 0.13
HSL 215.2º 0.8% 0.48% -
HSV(B) 215.2º 0.89% 0.87% -
XYZ 18.61 15.74 70.46 -
YUV 94.89 199.16 78.15 -
System Red Green Blue C M Y K H S L
Decimal 25 106 221 0.89 0.52 0 0.13 215.2 0.8 0.48
Hex 19 6A DD 59 34 0 D D7 50 30
Octal 31 152 335 131 64 0 15 327 120 60
Binary 11001 1101010 11011101 1011001 110100 0 1101 11010111 1010000 110000

Color Harmonies of #196ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196ADD

Black with #196ADD

Text Example


Text Example

White with #196ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,106,221); }

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

background-color css

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

 a { background-color: rgb(25,106,221); }

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

border-color css

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

 span { border-color: rgb(25,106,221); }

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