Html Css Color HEX #196CE2 Navy Blue

📋 copy color: '#196CE2'

red 25 ◦ green 108 ◦ blue 226

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

Shades of Navy Blue #196CE2

Tints of Navy Blue #196CE2

RGB

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

 GREEN value IS 108 (42.58% from 255) = 30.08%

 BLUE value IS 226 (88.67% from 255) = 62.95%

R = 6.96%
G = 30.08%
B = 62.95%

CMYK

 C value IS 0.89

 M value IS 0.52

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#196CE2 (or 0x196CE2) is known color: Navy Blue. HEX triplet: 19, 6C and E2. RGB value is (25,108,226). Sum of RGB (Red+Green+Blue) = 25+108+226=359 (47% of max value = 765). Red value is 25 (10.16% from 255 or 6.96% from 359); Green value is 108 (42.58% from 255 or 30.08% from 359); Blue value is 226 (88.67% from 255 or 62.95% from 359); Max value from RGB is 226 - color contains mainly: blue. Hex color #196CE2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #196CE2 is #E6931D. Grayscale: #606060. Windows color (decimal): -15110942 or 14838809. OLE color: 14838809.

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

Color convert

RGB 25 108 226 -
CMYK 0.89 0.52 0 0.11
HSL 215.22º 0.8% 0.49% -
HSV(B) 215.22º 0.89% 0.89% -
XYZ 19.49 16.42 74.09 -
YUV 96.64 201 76.91 -
System Red Green Blue C M Y K H S L
Decimal 25 108 226 0.89 0.52 0 0.11 215.22 0.8 0.49
Hex 19 6C E2 59 34 0 B D7 50 31
Octal 31 154 342 131 64 0 13 327 120 61
Binary 11001 1101100 11100010 1011001 110100 0 1011 11010111 1010000 110001

Color Harmonies of #196CE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196CE2

Black with #196CE2

Text Example


Text Example

White with #196CE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,108,226); }

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

background-color css

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

 a { background-color: rgb(25,108,226); }

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

border-color css

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

 span { border-color: rgb(25,108,226); }

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