Html Css Color HEX #196EDF Navy Blue

📋 copy color: '#196EDF'

red 25 ◦ green 110 ◦ blue 223

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

Shades of Navy Blue #196EDF

Tints of Navy Blue #196EDF

RGB

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

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

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

R = 6.98%
G = 30.73%
B = 62.29%

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

#196EDF (or 0x196EDF) is known color: Navy Blue. HEX triplet: 19, 6E and DF. RGB value is (25,110,223). Sum of RGB (Red+Green+Blue) = 25+110+223=358 (47% of max value = 765). Red value is 25 (10.16% from 255 or 6.98% from 358); Green value is 110 (43.36% from 255 or 30.73% from 358); Blue value is 223 (87.5% from 255 or 62.29% from 358); Max value from RGB is 223 - color contains mainly: blue. Hex color #196EDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #196EDF is #E69120. Grayscale: #606060. Windows color (decimal): -15110433 or 14642713. OLE color: 14642713.

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

Color convert

RGB 25 110 223 -
CMYK 0.89 0.51 0 0.13
HSL 214.24º 0.8% 0.49% -
HSV(B) 214.24º 0.89% 0.87% -
XYZ 19.3 16.69 72.02 -
YUV 97.47 198.84 76.31 -
System Red Green Blue C M Y K H S L
Decimal 25 110 223 0.89 0.51 0 0.13 214.24 0.8 0.49
Hex 19 6E DF 59 33 0 D D6 50 31
Octal 31 156 337 131 63 0 15 326 120 61
Binary 11001 1101110 11011111 1011001 110011 0 1101 11010110 1010000 110001

Color Harmonies of #196EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196EDF

Black with #196EDF

Text Example


Text Example

White with #196EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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