Html Css Color HEX #196EDA Navy Blue

📋 copy color: '#196EDA'

red 25 ◦ green 110 ◦ blue 218

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

Shades of Navy Blue #196EDA

Tints of Navy Blue #196EDA

RGB

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

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

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

R = 7.08%
G = 31.16%
B = 61.76%

CMYK

 C value IS 0.89

 M value IS 0.50

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#196EDA (or 0x196EDA) is known color: Navy Blue. HEX triplet: 19, 6E and DA. RGB value is (25,110,218). Sum of RGB (Red+Green+Blue) = 25+110+218=353 (46% of max value = 765). Red value is 25 (10.16% from 255 or 7.08% from 353); Green value is 110 (43.36% from 255 or 31.16% from 353); Blue value is 218 (85.55% from 255 or 61.76% from 353); Max value from RGB is 218 - color contains mainly: blue. Hex color #196EDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #196EDA is #E69125. Grayscale: #606060. Windows color (decimal): -15110438 or 14315033. OLE color: 14315033.

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

Color convert

RGB 25 110 218 -
CMYK 0.89 0.50 0 0.15
HSL 213.58º 0.79% 0.48% -
HSV(B) 213.58º 0.89% 0.85% -
XYZ 18.63 16.42 68.52 -
YUV 96.9 196.34 76.72 -
System Red Green Blue C M Y K H S L
Decimal 25 110 218 0.89 0.50 0 0.15 213.58 0.79 0.48
Hex 19 6E DA 59 32 0 F D6 4F 30
Octal 31 156 332 131 62 0 17 326 117 60
Binary 11001 1101110 11011010 1011001 110010 0 1111 11010110 1001111 110000

Color Harmonies of #196EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196EDA

Black with #196EDA

Text Example


Text Example

White with #196EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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