Html Css Color HEX #196EE0 Navy Blue

📋 copy color: '#196EE0'

red 25 ◦ green 110 ◦ blue 224

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

Shades of Navy Blue #196EE0

Tints of Navy Blue #196EE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 62.4%

R = 6.96%
G = 30.64%
B = 62.4%

CMYK

 C value IS 0.89

 M value IS 0.51

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#196EE0 (or 0x196EE0) is known color: Navy Blue. HEX triplet: 19, 6E and E0. RGB value is (25,110,224). Sum of RGB (Red+Green+Blue) = 25+110+224=359 (47% of max value = 765). Red value is 25 (10.16% from 255 or 6.96% from 359); Green value is 110 (43.36% from 255 or 30.64% from 359); Blue value is 224 (87.89% from 255 or 62.40% from 359); Max value from RGB is 224 - color contains mainly: blue. Hex color #196EE0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #196EE0 is #E6911F. Grayscale: #616161. Windows color (decimal): -15110432 or 14708249. OLE color: 14708249.

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

Color convert

RGB 25 110 224 -
CMYK 0.89 0.51 0 0.12
HSL 214.37º 0.8% 0.49% -
HSV(B) 214.37º 0.89% 0.88% -
XYZ 19.43 16.74 72.73 -
YUV 97.58 199.34 76.23 -
System Red Green Blue C M Y K H S L
Decimal 25 110 224 0.89 0.51 0 0.12 214.37 0.8 0.49
Hex 19 6E E0 59 33 0 C D6 50 31
Octal 31 156 340 131 63 0 14 326 120 61
Binary 11001 1101110 11100000 1011001 110011 0 1100 11010110 1010000 110001

Color Harmonies of #196EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196EE0

Black with #196EE0

Text Example


Text Example

White with #196EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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