#107BC2

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

Shades of Navy Blue #107BC2

Tints of Navy Blue #107BC2

Color information

#107BC2 (or 0x107BC2) is unknown color: approx Navy Blue. HEX triplet: 10, 7B and C2. RGB value is (16,123,194). Sum of RGB (Red+Green+Blue) = 16+123+194=333 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.80% from 333); Green value is 123 (48.44% from 255 or 36.94% from 333); Blue value is 194 (76.17% from 255 or 58.26% from 333); Max value from RGB is 194 - color contains mainly: blue. Hex color #107BC2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #107BC2 is #EF843D. Grayscale: #626262. Windows color (decimal): -15696958 or 12745488. OLE color: 12745488.

HSL color Cylindrical-coordinate representation of color #107BC2: hue angle of 203.93º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #107BC2 is Cyan = 0.92, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB16123194-
CMYK0.920.3700.24
HSL203.93º84.76%41.18%-
HSV(B)203.93º91.75%76.08%-
XYZ17.0318.1753.65-
YUV99.1181.5568.73-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.80%
GREEN value IS 123 (48.44% from 255) = 36.94%
BLUE value IS 194 (76.17% from 255) = 58.26%
R=4.80%
G=36.94%
B=58.26%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal161231940.920.3700.24203.9384.7641.18
Hex107BC25C25018cc5529
Octal201733021344503031412551
Binary100001111011110000101011100100101011000110011001010101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #107BC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #107BC2; }

 p { color: rgb(16,123,194); }

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

<style>
 a { background-color: #107BC2; }

 a { background-color: rgb(16,123,194); }

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

<style>
 span { border-color: #107BC2; }

 span { border-color: rgb(16,123,194); }

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