#1076CC

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

Shades of Navy Blue #1076CC

Tints of Navy Blue #1076CC

Color information

#1076CC (or 0x1076CC) is unknown color: approx Navy Blue. HEX triplet: 10, 76 and CC. RGB value is (16,118,204). Sum of RGB (Red+Green+Blue) = 16+118+204=338 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.73% from 338); Green value is 118 (46.48% from 255 or 34.91% from 338); Blue value is 204 (80.08% from 255 or 60.36% from 338); Max value from RGB is 204 - color contains mainly: blue. Hex color #1076CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1076CC is #EF8933. Grayscale: #606060. Windows color (decimal): -15698228 or 13399568. OLE color: 13399568.

HSL color Cylindrical-coordinate representation of color #1076CC: hue angle of 207.45º 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 #1076CC is Cyan = 0.92, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB16118204-
CMYK0.920.4200.2
HSL207.45º85.45%43.14%-
HSV(B)207.45º92.16%80%-
XYZ17.5917.4359.56-
YUV97.31188.2170.01-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.73%
GREEN value IS 118 (46.48% from 255) = 34.91%
BLUE value IS 204 (80.08% from 255) = 60.36%
R=4.73%
G=34.91%
B=60.36%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal161182040.920.4200.2207.4585.4543.14
Hex1076CC5C2A014cf552b
Octal201663141345202431712553
Binary100001110110110011001011100101010010100110011111010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1076CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1076CC; }

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

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

<style>
 a { background-color: #1076CC; }

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

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

<style>
 span { border-color: #1076CC; }

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

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