#1061D4

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

Shades of Navy Blue #1061D4

Tints of Navy Blue #1061D4

Color information

#1061D4 (or 0x1061D4) is unknown color: approx Navy Blue. HEX triplet: 10, 61 and D4. RGB value is (16,97,212). Sum of RGB (Red+Green+Blue) = 16+97+212=325 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.92% from 325); Green value is 97 (38.28% from 255 or 29.85% from 325); Blue value is 212 (83.20% from 255 or 65.23% from 325); Max value from RGB is 212 - color contains mainly: blue. Hex color #1061D4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1061D4 is #EF9E2B. Grayscale: #555555. Windows color (decimal): -15703596 or 13918480. OLE color: 13918480.

HSL color Cylindrical-coordinate representation of color #1061D4: hue angle of 215.2º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1061D4 is Cyan = 0.92, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB1697212-
CMYK0.920.5400.17
HSL215.2º85.96%44.71%-
HSV(B)215.2º92.45%83.14%-
XYZ16.3713.4164.01-
YUV85.89199.1678.15-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.92%
GREEN value IS 97 (38.28% from 255) = 29.85%
BLUE value IS 212 (83.20% from 255) = 65.23%
R=4.92%
G=29.85%
B=65.23%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal16972120.920.5400.17215.285.9644.71
Hex1061D45C36011d7562d
Octal201413241346602132712655
Binary100001100001110101001011100110110010001110101111010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1061D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1061D4; }

 p { color: rgb(16,97,212); }

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

<style>
 a { background-color: #1061D4; }

 a { background-color: rgb(16,97,212); }

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

<style>
 span { border-color: #1061D4; }

 span { border-color: rgb(16,97,212); }

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