Html Css Color HEX #196BE1 Navy Blue

📋 copy color: '#196BE1'

red 25 ◦ green 107 ◦ blue 225

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

Shades of Navy Blue #196BE1

Tints of Navy Blue #196BE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 63.03%

R = 7%
G = 29.97%
B = 63.03%

CMYK

 C value IS 0.89

 M value IS 0.52

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#196BE1 (or 0x196BE1) is known color: Navy Blue. HEX triplet: 19, 6B and E1. RGB value is (25,107,225). Sum of RGB (Red+Green+Blue) = 25+107+225=357 (47% of max value = 765). Red value is 25 (10.16% from 255 or 7.00% from 357); Green value is 107 (42.19% from 255 or 29.97% from 357); Blue value is 225 (88.28% from 255 or 63.03% from 357); Max value from RGB is 225 - color contains mainly: blue. Hex color #196BE1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #196BE1 is #E6941E. Grayscale: #5F5F5F. Windows color (decimal): -15111199 or 14773017. OLE color: 14773017.

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

Color convert

RGB 25 107 225 -
CMYK 0.89 0.52 0 0.12
HSL 215.4º 0.8% 0.49% -
HSV(B) 215.4º 0.89% 0.88% -
XYZ 19.25 16.16 73.34 -
YUV 95.93 200.83 77.41 -
System Red Green Blue C M Y K H S L
Decimal 25 107 225 0.89 0.52 0 0.12 215.4 0.8 0.49
Hex 19 6B E1 59 34 0 C D7 50 31
Octal 31 153 341 131 64 0 14 327 120 61
Binary 11001 1101011 11100001 1011001 110100 0 1100 11010111 1010000 110001

Color Harmonies of #196BE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196BE1

Black with #196BE1

Text Example


Text Example

White with #196BE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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