#196FE0

Color #196FE0 Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #196FE0

Tints of Navy Blue #196FE0

Color information

#196FE0 (or 0x196FE0) is unknown color: approx Navy Blue. HEX triplet: 19, 6F and E0. RGB value is (25,111,224). Sum of RGB (Red+Green+Blue) = 25+111+224=360 (47% of max value = 765). Red value is 25 (10.16% from 255 or 6.94% from 360); Green value is 111 (43.75% from 255 or 30.83% from 360); Blue value is 224 (87.89% from 255 or 62.22% from 360); Max value from RGB is 224 - color contains mainly: blue. Hex color #196FE0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #196FE0 is #E6901F. Grayscale: #616161. Windows color (decimal): -15110176 or 14708505. OLE color: 14708505.

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

Color convert

RGB25111224-
CMYK0.890.5000.12
HSL214.07º79.92%48.82%-
HSV(B)214.07º88.84%87.84%-
XYZ19.5416.9672.76-
YUV98.17199.0175.81-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 6.94%
GREEN value IS 111 (43.75% from 255) = 30.83%
BLUE value IS 224 (87.89% from 255) = 62.22%
R=6.94%
G=30.83%
B=62.22%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal251112240.890.5000.12214.0779.9248.82
Hex196FE059320Cd65031
Octal311573401316201432612061
Binary11001110111111100000101100111001001100110101101010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196FE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #196FE0;
 }
 .AnyTagClassName
 {
   color: #196FE0;
 }
</style>
background-color css

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

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

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

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

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

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