Html Css Color HEX #196BDA Navy Blue

📋 copy color: '#196BDA'

red 25 ◦ green 107 ◦ blue 218

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

Shades of Navy Blue #196BDA

Tints of Navy Blue #196BDA

RGB

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

 GREEN value IS 107 (42.19% from 255) = 30.57%

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

R = 7.14%
G = 30.57%
B = 62.29%

CMYK

 C value IS 0.89

 M value IS 0.51

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#196BDA (or 0x196BDA) is known color: Navy Blue. HEX triplet: 19, 6B and DA. RGB value is (25,107,218). Sum of RGB (Red+Green+Blue) = 25+107+218=350 (46% of max value = 765). Red value is 25 (10.16% from 255 or 7.14% from 350); Green value is 107 (42.19% from 255 or 30.57% from 350); Blue value is 218 (85.55% from 255 or 62.29% from 350); Max value from RGB is 218 - color contains mainly: blue. Hex color #196BDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #196BDA is #E69425. Grayscale: #5E5E5E. Windows color (decimal): -15111206 or 14314265. OLE color: 14314265.

HSL color Cylindrical-coordinate representation of color #196BDA: hue angle of 214.51º 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 #196BDA is Cyan = 0.89, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 25 107 218 -
CMYK 0.89 0.51 0 0.15
HSL 214.51º 0.79% 0.48% -
HSV(B) 214.51º 0.89% 0.85% -
XYZ 18.31 15.78 68.41 -
YUV 95.14 197.33 77.97 -
System Red Green Blue C M Y K H S L
Decimal 25 107 218 0.89 0.51 0 0.15 214.51 0.79 0.48
Hex 19 6B DA 59 33 0 F D7 4F 30
Octal 31 153 332 131 63 0 17 327 117 60
Binary 11001 1101011 11011010 1011001 110011 0 1111 11010111 1001111 110000

Color Harmonies of #196BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196BDA

Black with #196BDA

Text Example


Text Example

White with #196BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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