#107CE1

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

Shades of Navy Blue #107CE1

Tints of Navy Blue #107CE1

Color information

#107CE1 (or 0x107CE1) is unknown color: approx Navy Blue. HEX triplet: 10, 7C and E1. RGB value is (16,124,225). Sum of RGB (Red+Green+Blue) = 16+124+225=365 (48% of max value = 765). Red value is 16 (6.64% from 255 or 4.38% from 365); Green value is 124 (48.83% from 255 or 33.97% from 365); Blue value is 225 (88.28% from 255 or 61.64% from 365); Max value from RGB is 225 - color contains mainly: blue. Hex color #107CE1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #107CE1 is #EF831E. Grayscale: #666666. Windows color (decimal): -15696671 or 14777360. OLE color: 14777360.

HSL color Cylindrical-coordinate representation of color #107CE1: hue angle of 209º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #107CE1 is Cyan = 0.93, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB16124225-
CMYK0.930.4500.12
HSL209º86.72%47.25%-
HSV(B)209º92.89%88.24%-
XYZ21.0119.9673.98-
YUV103.22196.7265.79-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.38%
GREEN value IS 124 (48.83% from 255) = 33.97%
BLUE value IS 225 (88.28% from 255) = 61.64%
R=4.38%
G=33.97%
B=61.64%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal161242250.930.4500.1220986.7247.25
Hex107CE15D2D0Cd1572f
Octal201743411355501432112757
Binary10000111110011100001101110110110101100110100011010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #107CE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,124,225); }

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

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

 a { background-color: rgb(16,124,225); }

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

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

 span { border-color: rgb(16,124,225); }

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