Html Css Color HEX #196DDF Navy Blue

📋 copy color: '#196DDF'

red 25 ◦ green 109 ◦ blue 223

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

Shades of Navy Blue #196DDF

Tints of Navy Blue #196DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 62.46%

R = 7%
G = 30.53%
B = 62.46%

CMYK

 C value IS 0.89

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#196DDF (or 0x196DDF) is known color: Navy Blue. HEX triplet: 19, 6D and DF. RGB value is (25,109,223). Sum of RGB (Red+Green+Blue) = 25+109+223=357 (47% of max value = 765). Red value is 25 (10.16% from 255 or 7.00% from 357); Green value is 109 (42.97% from 255 or 30.53% from 357); Blue value is 223 (87.5% from 255 or 62.46% from 357); Max value from RGB is 223 - color contains mainly: blue. Hex color #196DDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #196DDF is #E69220. Grayscale: #606060. Windows color (decimal): -15110689 or 14642457. OLE color: 14642457.

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

Color convert

RGB 25 109 223 -
CMYK 0.89 0.51 0 0.13
HSL 214.55º 0.8% 0.49% -
HSV(B) 214.55º 0.89% 0.87% -
XYZ 19.19 16.47 71.98 -
YUV 96.88 199.17 76.73 -
System Red Green Blue C M Y K H S L
Decimal 25 109 223 0.89 0.51 0 0.13 214.55 0.8 0.49
Hex 19 6D DF 59 33 0 D D7 50 31
Octal 31 155 337 131 63 0 15 327 120 61
Binary 11001 1101101 11011111 1011001 110011 0 1101 11010111 1010000 110001

Color Harmonies of #196DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196DDF

Black with #196DDF

Text Example


Text Example

White with #196DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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