Html Css Color HEX #196CE6 Navy Blue

📋 copy color: '#196CE6'

red 25 ◦ green 108 ◦ blue 230

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

Shades of Navy Blue #196CE6

Tints of Navy Blue #196CE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 63.36%

R = 6.89%
G = 29.75%
B = 63.36%

CMYK

 C value IS 0.89

 M value IS 0.53

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#196CE6 (or 0x196CE6) is known color: Navy Blue. HEX triplet: 19, 6C and E6. RGB value is (25,108,230). Sum of RGB (Red+Green+Blue) = 25+108+230=363 (48% of max value = 765). Red value is 25 (10.16% from 255 or 6.89% from 363); Green value is 108 (42.58% from 255 or 29.75% from 363); Blue value is 230 (90.23% from 255 or 63.36% from 363); Max value from RGB is 230 - color contains mainly: blue. Hex color #196CE6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #196CE6 is #E69319. Grayscale: #606060. Windows color (decimal): -15110938 or 15100953. OLE color: 15100953.

HSL color Cylindrical-coordinate representation of color #196CE6: hue angle of 215.71º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #196CE6 is Cyan = 0.89, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 25 108 230 -
CMYK 0.89 0.53 0 0.10
HSL 215.71º 0.8% 0.5% -
HSV(B) 215.71º 0.89% 0.9% -
XYZ 20.05 16.64 77.02 -
YUV 97.09 203 76.58 -
System Red Green Blue C M Y K H S L
Decimal 25 108 230 0.89 0.53 0 0.10 215.71 0.8 0.5
Hex 19 6C E6 59 35 0 A D8 50 32
Octal 31 154 346 131 65 0 12 330 120 62
Binary 11001 1101100 11100110 1011001 110101 0 1010 11011000 1010000 110010

Color Harmonies of #196CE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196CE6

Black with #196CE6

Text Example


Text Example

White with #196CE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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