Html Css Color HEX #196CE4 Navy Blue

📋 copy color: '#196CE4'

red 25 ◦ green 108 ◦ blue 228

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

Shades of Navy Blue #196CE4

Tints of Navy Blue #196CE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 63.16%

R = 6.93%
G = 29.92%
B = 63.16%

CMYK

 C value IS 0.89

 M value IS 0.53

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#196CE4 (or 0x196CE4) is known color: Navy Blue. HEX triplet: 19, 6C and E4. RGB value is (25,108,228). Sum of RGB (Red+Green+Blue) = 25+108+228=361 (47% of max value = 765). Red value is 25 (10.16% from 255 or 6.93% from 361); Green value is 108 (42.58% from 255 or 29.92% from 361); Blue value is 228 (89.45% from 255 or 63.16% from 361); Max value from RGB is 228 - color contains mainly: blue. Hex color #196CE4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #196CE4 is #E6931B. Grayscale: #606060. Windows color (decimal): -15110940 or 14969881. OLE color: 14969881.

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

Color convert

RGB 25 108 228 -
CMYK 0.89 0.53 0 0.11
HSL 215.47º 0.8% 0.5% -
HSV(B) 215.47º 0.89% 0.89% -
XYZ 19.77 16.53 75.55 -
YUV 96.86 202 76.74 -
System Red Green Blue C M Y K H S L
Decimal 25 108 228 0.89 0.53 0 0.11 215.47 0.8 0.5
Hex 19 6C E4 59 35 0 B D7 50 32
Octal 31 154 344 131 65 0 13 327 120 62
Binary 11001 1101100 11100100 1011001 110101 0 1011 11010111 1010000 110010

Color Harmonies of #196CE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196CE4

Black with #196CE4

Text Example


Text Example

White with #196CE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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