#107ECC

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

Shades of Navy Blue #107ECC

Tints of Navy Blue #107ECC

Color information

#107ECC (or 0x107ECC) is unknown color: approx Navy Blue. HEX triplet: 10, 7E and CC. RGB value is (16,126,204). Sum of RGB (Red+Green+Blue) = 16+126+204=346 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.62% from 346); Green value is 126 (49.61% from 255 or 36.42% from 346); Blue value is 204 (80.08% from 255 or 58.96% from 346); Max value from RGB is 204 - color contains mainly: blue. Hex color #107ECC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #107ECC is #EF8133. Grayscale: #656565. Windows color (decimal): -15696180 or 13401616. OLE color: 13401616.

HSL color Cylindrical-coordinate representation of color #107ECC: hue angle of 204.89º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #107ECC is Cyan = 0.92, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB16126204-
CMYK0.920.3800.2
HSL204.89º85.45%43.14%-
HSV(B)204.89º92.16%80%-
XYZ18.5719.3959.89-
YUV102185.5666.66-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.62%
GREEN value IS 126 (49.61% from 255) = 36.42%
BLUE value IS 204 (80.08% from 255) = 58.96%
R=4.62%
G=36.42%
B=58.96%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal161262040.920.3800.2204.8985.4543.14
Hex107ECC5C26014cd552b
Octal201763141344602431512553
Binary100001111110110011001011100100110010100110011011010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #107ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,126,204); }

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

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

 a { background-color: rgb(16,126,204); }

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

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

 span { border-color: rgb(16,126,204); }

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